Class DefaultCommandExceptionHandlingStrategy
java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.DefaultCommandExceptionHandlingStrategy
- All Implemented Interfaces:
CommandExceptionHandlingStrategy
public class DefaultCommandExceptionHandlingStrategy
extends Object
implements CommandExceptionHandlingStrategy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultCommandExceptionHandlingStrategy(BackoffSupplier backoffSupplier, ScheduledExecutorService scheduledExecutorService) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCommandError(CommandWrapper command, Throwable throwable)
-
Field Details
-
RETRIABLE_CODES
-
IGNORABLE_FAILURE_CODES
-
FAILURE_CODES
-
-
Constructor Details
-
DefaultCommandExceptionHandlingStrategy
public DefaultCommandExceptionHandlingStrategy(BackoffSupplier backoffSupplier, ScheduledExecutorService scheduledExecutorService)
-
-
Method Details
-
handleCommandError
- Specified by:
handleCommandErrorin interfaceCommandExceptionHandlingStrategy
-