Uses of Interface
org.apache.camel.util.backoff.BackOffTimer
Packages that use BackOffTimer
-
Uses of BackOffTimer in org.apache.camel.util.backoff
Classes in org.apache.camel.util.backoff that implement BackOffTimerModifier and TypeClassDescriptionclass
A simple timer utility that use a linkedBackOff
to determine when a task should be executed.Constructors in org.apache.camel.util.backoff with parameters of type BackOffTimerModifierConstructorDescriptionBackOffTimerTask
(BackOffTimer timer, BackOff backOff, ScheduledExecutorService scheduler, ThrowingFunction<BackOffTimer.Task, Boolean, Exception> function)