Package dev.failsafe.event
Event listener types.
-
Interface Summary Interface Description EventListener<E> Listens for events. -
Class Summary Class Description CircuitBreakerStateChangedEvent Indicates a circuit breaker's state changed.ExecutionAttemptedEvent<R> Indicates an execution was attempted.ExecutionCompletedEvent<R> Indicates an execution was completed or cancelled.ExecutionEvent Encapsulates information about a Failsafe execution.ExecutionScheduledEvent<R> Indicates an execution was scheduled.