Uses of Interface
org.apache.camel.util.backoff.BackOffTimer.Task
Packages that use BackOffTimer.Task
-
Uses of BackOffTimer.Task in org.apache.camel.util.backoff
Methods in org.apache.camel.util.backoff that return BackOffTimer.TaskModifier and TypeMethodDescriptionBackOffTimer.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.TaskModifier and TypeMethodDescriptionBackOffTimer.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)