Class FixedBackoffSupplier
java.lang.Object
org.camunda.automator.engine.flow.FixedBackoffSupplier
- All Implemented Interfaces:
io.camunda.zeebe.client.api.worker.BackoffSupplier
public class FixedBackoffSupplier
extends Object
implements io.camunda.zeebe.client.api.worker.BackoffSupplier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FixedBackoffSupplier
public FixedBackoffSupplier(long fixedBackOffDelay)
-
-
Method Details
-
supplyRetryDelay
public long supplyRetryDelay(long currentRetryDelay) - Specified by:
supplyRetryDelayin interfaceio.camunda.zeebe.client.api.worker.BackoffSupplier
-