Uses of Interface
io.camunda.spring.client.jobhandling.CommandExceptionHandlingStrategy
Packages that use CommandExceptionHandlingStrategy
-
Uses of CommandExceptionHandlingStrategy in io.camunda.spring.client.configuration
Methods in io.camunda.spring.client.configuration that return CommandExceptionHandlingStrategyModifier and TypeMethodDescriptionCamundaClientAllAutoConfiguration.commandExceptionHandlingStrategy(CamundaClientExecutorService scheduledExecutorService) Methods in io.camunda.spring.client.configuration with parameters of type CommandExceptionHandlingStrategyModifier and TypeMethodDescriptionCamundaClientAllAutoConfiguration.jobExceptionHandlingStrategy(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder) CamundaClientAllAutoConfiguration.jobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) -
Uses of CommandExceptionHandlingStrategy in io.camunda.spring.client.jobhandling
Classes in io.camunda.spring.client.jobhandling that implement CommandExceptionHandlingStrategyConstructors in io.camunda.spring.client.jobhandling with parameters of type CommandExceptionHandlingStrategyModifierConstructorDescriptionCommandWrapper(FinalCommandStep<?> command, ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, int maxRetries) DefaultJobExceptionHandlingStrategy(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder) JobHandlerInvokingSpringBeans(JobWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, List<ParameterResolver> parameterResolvers, ResultProcessor resultProcessor, JobExceptionHandlingStrategy jobExceptionHandlingStrategy) JobWorkerManager(CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy, ResultProcessorStrategy resultProcessorStrategy, BackoffSupplier backoffSupplier, JobExceptionHandlingStrategy jobExceptionHandlingStrategy)