| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.util.backoff |
Utility classes for BackOff.
|
| Modifier and Type | Method and Description |
|---|---|
BackOff |
SupervisingRouteController.getBackOff(String id) |
BackOff |
SupervisingRouteController.getDefaultBackOff() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BackOff> |
SupervisingRouteController.getBackOffConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
SupervisingRouteController.setBackOff(String id,
BackOff backOff)
Sets the back-off to be applied to the given
id. |
void |
SupervisingRouteController.setDefaultBackOff(BackOff defaultBackOff)
Sets the default back-off.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupervisingRouteController.setBackOffConfigurations(Map<String,BackOff> backOffConfigurations)
Set the back-off for the given IDs.
|
| 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