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 TypeClassDescriptionclassA simple timer utility that use a linkedBackOffto 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)