Uses of Interface
io.camunda.zeebe.spring.client.jobhandling.CommandExceptionHandlingStrategy
Packages that use CommandExceptionHandlingStrategy
Package
Description
-
Uses of CommandExceptionHandlingStrategy in io.camunda.zeebe.spring.client.configuration
Methods in io.camunda.zeebe.spring.client.configuration that return CommandExceptionHandlingStrategyModifier and TypeMethodDescriptionZeebeClientAllAutoConfiguration.commandExceptionHandlingStrategy(ZeebeClientExecutorService scheduledExecutorService) Methods in io.camunda.zeebe.spring.client.configuration with parameters of type CommandExceptionHandlingStrategyModifier and TypeMethodDescriptionZeebeClientAllAutoConfiguration.jobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier) -
Uses of CommandExceptionHandlingStrategy in io.camunda.zeebe.spring.client.jobhandling
Classes in io.camunda.zeebe.spring.client.jobhandling that implement CommandExceptionHandlingStrategyConstructors in io.camunda.zeebe.spring.client.jobhandling with parameters of type CommandExceptionHandlingStrategyModifierConstructorDescriptionCommandWrapper(FinalCommandStep<?> command, ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, int maxRetries) JobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy) JobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier)