Class BenchmarkCompleteJobExceptionHandlingStrategy

java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy
org.camunda.automator.bpmnengine.camunda8.BenchmarkCompleteJobExceptionHandlingStrategy
All Implemented Interfaces:
io.camunda.zeebe.spring.client.jobhandling.CommandExceptionHandlingStrategy

@Primary @Component public class BenchmarkCompleteJobExceptionHandlingStrategy extends io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy
  • Constructor Details

    • BenchmarkCompleteJobExceptionHandlingStrategy

      public BenchmarkCompleteJobExceptionHandlingStrategy(@Autowired io.camunda.zeebe.client.api.worker.BackoffSupplier backoffSupplier)
  • Method Details

    • handleCommandError

      public void handleCommandError(io.camunda.zeebe.spring.client.jobhandling.CommandWrapper command, Throwable throwable)
      Specified by:
      handleCommandError in interface io.camunda.zeebe.spring.client.jobhandling.CommandExceptionHandlingStrategy
      Overrides:
      handleCommandError in class io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy