Uses of Class
org.apache.camel.util.backoff.BackOff
Packages that use BackOff
-
Uses of BackOff in org.apache.camel.util.backoff
Methods in org.apache.camel.util.backoff that return BackOffModifier and TypeMethodDescriptionBackOff.Builder.build()
Build a new instance ofBackOff
BackOffTimer.Task.getBackOff()
The back-off associated with this task.BackOffTimerTask.getBackOff()
Methods in org.apache.camel.util.backoff with parameters of type BackOffModifier and TypeMethodDescriptionstatic BackOff.Builder
Read values from the givenBackOff
BackOffTimer.schedule
(BackOff backOff, ThrowingFunction<BackOffTimer.Task, Boolean, Exception> function) Schedules a task to run according to the backoff settingsSimpleBackOffTimer.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.Constructors in org.apache.camel.util.backoff with parameters of type BackOffModifierConstructorDescriptionBackOffTimerTask
(BackOffTimer timer, BackOff backOff, ScheduledExecutorService scheduler, ThrowingFunction<BackOffTimer.Task, Boolean, Exception> function)