Uses of Class
org.apache.camel.util.backoff.BackOff
-
Packages that use BackOff Package Description org.apache.camel.util.backoff Utility classes for BackOff. -
-
Uses of BackOff in org.apache.camel.util.backoff
Methods in org.apache.camel.util.backoff that return BackOff Modifier and Type Method Description BackOff
BackOff.Builder. build()
Build a new instance ofBackOff
BackOff
BackOffTimer.Task. getBackOff()
The back-off associated with this task.Methods in org.apache.camel.util.backoff with parameters of type BackOff Modifier and Type Method Description static BackOff.Builder
BackOff. builder(BackOff template)
BackOff.Builder
BackOff.Builder. read(BackOff template)
Read values from the givenBackOff
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.
-