Uses of Interface
io.camunda.zeebe.client.api.worker.JobHandler
-
Packages that use JobHandler Package Description io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl.worker -
-
Uses of JobHandler in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker with parameters of type JobHandler Modifier and Type Method Description JobWorkerBuilderStep1.JobWorkerBuilderStep3JobWorkerBuilderStep1.JobWorkerBuilderStep2. handler(JobHandler handler)Set the handler to process the jobs. -
Uses of JobHandler in io.camunda.zeebe.client.impl.worker
Methods in io.camunda.zeebe.client.impl.worker with parameters of type JobHandler Modifier and Type Method Description JobWorkerBuilderStep1.JobWorkerBuilderStep3JobWorkerBuilderImpl. handler(JobHandler handler)Constructors in io.camunda.zeebe.client.impl.worker with parameters of type JobHandler Constructor Description JobRunnableFactory(JobClient jobClient, JobHandler handler)
-