Class JobHandlerInvokingSpringBeans
java.lang.Object
io.camunda.zeebe.spring.client.jobhandling.JobHandlerInvokingSpringBeans
- All Implemented Interfaces:
io.camunda.zeebe.client.api.worker.JobHandler
public class JobHandlerInvokingSpringBeans
extends Object
implements io.camunda.zeebe.client.api.worker.JobHandler
Zeebe JobHandler that invokes a Spring bean
-
Constructor Summary
ConstructorsConstructorDescriptionJobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(io.camunda.zeebe.client.api.worker.JobClient jobClient, io.camunda.zeebe.client.api.response.ActivatedJob job)
-
Constructor Details
-
JobHandlerInvokingSpringBeans
public JobHandlerInvokingSpringBeans(ZeebeWorkerValue workerValue, CommandExceptionHandlingStrategy commandExceptionHandlingStrategy, MetricsRecorder metricsRecorder, ParameterResolverStrategy parameterResolverStrategy)
-
-
Method Details