| Package | Description |
|---|---|
| org.apache.camel.util.backoff |
Utility classes for BackOff.
|
| Modifier and Type | Method and Description |
|---|---|
BackOff |
BackOff.Builder.build()
Build a new instance of
BackOff |
BackOff |
BackOffTimer.Task.getBackOff()
The back-off associated with this task.
|
| Modifier and Type | Method and Description |
|---|---|
static BackOff.Builder |
BackOff.builder(BackOff template) |
BackOff.Builder |
BackOff.Builder.read(BackOff template)
Read values from the given
BackOff |
BackOffTimer.Task |
BackOffTimer.schedule(BackOff backOff,
ThrowingFunction<BackOffTimer.Task,Boolean,Exception> function)
Schedule the given function/task to be executed some time in the future according to the given backOff.
|
Apache Camel