Class CommandWrapper
java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.CommandWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionCommandWrapper(FinalCommandStep<?> command, ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, int maxRetries) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecuteAsyncWithMetrics(String metricName, String action, String type) booleanvoidincreaseBackoffUsing(BackoffSupplier backoffSupplier) voidscheduleExecutionUsing(ScheduledExecutorService scheduledExecutorService) toString()
-
Constructor Details
-
CommandWrapper
public CommandWrapper(FinalCommandStep<?> command, ActivatedJob job, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, int maxRetries)
-
-
Method Details