| Package | Description |
|---|---|
| net.jodah.failsafe |
Core Failsafe APIs for performing failsafe executions.
|
| Modifier and Type | Method and Description |
|---|---|
RetryPolicy<R> |
RetryPolicy.onRetryScheduled(CheckedConsumer<? extends ExecutionScheduledEvent<R>> listener)
Registers the
listener to be called when a retry is about to be scheduled. |
Copyright © 2021. All rights reserved.