Class DefaultCommandExceptionHandlingStrategy

java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy
All Implemented Interfaces:
CommandExceptionHandlingStrategy

public class DefaultCommandExceptionHandlingStrategy extends Object implements CommandExceptionHandlingStrategy
  • Field Details

    • SUCCESS_CODES

      public static final Set<io.grpc.Status.Code> SUCCESS_CODES
    • RETRIABLE_CODES

      public static final Set<io.grpc.Status.Code> RETRIABLE_CODES
    • IGNORABLE_FAILURE_CODES

      public static final Set<io.grpc.Status.Code> IGNORABLE_FAILURE_CODES
    • FAILURE_CODES

      public static final Set<io.grpc.Status.Code> FAILURE_CODES
  • Constructor Details

    • DefaultCommandExceptionHandlingStrategy

      public DefaultCommandExceptionHandlingStrategy(io.camunda.zeebe.client.api.worker.BackoffSupplier backoffSupplier, ScheduledExecutorService scheduledExecutorService)
  • Method Details