Uses of Interface
org.apache.camel.util.backoff.BackOffTimer.Task
-
Packages that use BackOffTimer.Task Package Description org.apache.camel.util.backoff Utility classes for BackOff. -
-
Uses of BackOffTimer.Task in org.apache.camel.util.backoff
Methods in org.apache.camel.util.backoff that return BackOffTimer.Task Modifier and Type Method Description 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.Method parameters in org.apache.camel.util.backoff with type arguments of type BackOffTimer.Task Modifier and Type Method Description 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.void
BackOffTimer.Task. whenComplete(BiConsumer<BackOffTimer.Task,Throwable> whenCompleted)
Action to execute when the context is completed (cancelled or exhausted)
-