Interface TrafficResiliencyObserver


public interface TrafficResiliencyObserver
A TrafficResilienceHttpServiceFilter or TrafficResilienceHttpClientFilter observer. Tracks interactions with CapacityLimiters and/or CircuitBreakers, and exposes a transactional TrafficResiliencyObserver.TicketObserver for each request that was let-through.

Note: All interactions with callbacks in the file below, are executed within the flow of each request, and are expected to be **non-blocking**. Any blocking calls within the implementation may impact negatively the performance of your application.