Interface Counters
- All Known Subinterfaces:
BulkheadCounters,CircuitBreakerCounters,PolicyCounters,RateLimiterCounters,RetryCounters,TimeoutCounters
- All Known Implementing Classes:
BulkheadCounters.Call,CircuitBreakerCounters.CallRecorded,CircuitBreakerCounters.ClosedFromHalfOpen,CircuitBreakerCounters.Rejected,CircuitBreakerCounters.Transition,PolicyCounters.ValidationWarning,RateLimiterCounters.Call,RetryCounters.AttemptFailed,RetryCounters.Exhausted,RetryCounters.Interrupted,RetryCounters.Rejected,RetryCounters.Success,TimeoutCounters.Abandoned,TimeoutCounters.Failed,TimeoutCounters.Succeeded,TimeoutCounters.TimedOut
public sealed interface Counters
permits RetryCounters, TimeoutCounters, CircuitBreakerCounters, BulkheadCounters, RateLimiterCounters, PolicyCounters
Counter/timer-worthy occurrences emitted by a pattern or by Policy's order validation.