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 BackOffBackOff.Builder. build()Build a new instance ofBackOffBackOffBackOffTimer.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.BuilderBackOff. builder(BackOff template)BackOff.BuilderBackOff.Builder. read(BackOff template)Read values from the givenBackOffBackOffTimer.TaskBackOffTimer. 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.
-