Class CommandWrapper

java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.CommandWrapper

public class CommandWrapper extends Object
  • Constructor Details

    • CommandWrapper

      public CommandWrapper(io.camunda.zeebe.client.api.command.FinalCommandStep<Void> command, io.camunda.zeebe.client.api.response.ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy)
  • Method Details

    • executeAsync

      public void executeAsync()
    • increaseBackoffUsing

      public void increaseBackoffUsing(io.camunda.zeebe.client.api.worker.BackoffSupplier backoffSupplier)
    • scheduleExecutionUsing

      public void scheduleExecutionUsing(ScheduledExecutorService scheduledExecutorService)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hasMoreRetries

      public boolean hasMoreRetries()
    • jobDeadlineExceeded

      public boolean jobDeadlineExceeded()