Uses of Interface
io.camunda.zeebe.scheduler.retry.OperationToRetry
Packages that use OperationToRetry
-
Uses of OperationToRetry in io.camunda.zeebe.scheduler.retry
Methods in io.camunda.zeebe.scheduler.retry with parameters of type OperationToRetryModifier and TypeMethodDescriptionAbortableRetryStrategy.runWithRetry(OperationToRetry callable) AbortableRetryStrategy.runWithRetry(OperationToRetry callable, BooleanSupplier condition) BackOffRetryStrategy.runWithRetry(OperationToRetry callable) BackOffRetryStrategy.runWithRetry(OperationToRetry callable, BooleanSupplier terminateCondition) EndlessRetryStrategy.runWithRetry(OperationToRetry callable) EndlessRetryStrategy.runWithRetry(OperationToRetry callable, BooleanSupplier condition) RecoverableRetryStrategy.runWithRetry(OperationToRetry callable) RecoverableRetryStrategy.runWithRetry(OperationToRetry callable, BooleanSupplier condition) RetryStrategy.runWithRetry(OperationToRetry callable) Runs the given runnable with the defined retry strategy.RetryStrategy.runWithRetry(OperationToRetry callable, BooleanSupplier terminateCondition) Runs the given runnable with the defined retry strategy.