| Interface | Description |
|---|---|
| EventListener<E> |
Listens for events.
|
| 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.
|
Copyright © 2022. All rights reserved.