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 Details

    • FixedBackoffSupplier

      public FixedBackoffSupplier(long fixedBackOffDelay)
  • Method Details

    • supplyRetryDelay

      public long supplyRetryDelay(long currentRetryDelay)
      Specified by:
      supplyRetryDelay in interface io.camunda.zeebe.client.api.worker.BackoffSupplier