Uses of Interface
io.camunda.zeebe.client.api.worker.JobWorker
-
Packages that use JobWorker Package Description io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl.worker -
-
Uses of JobWorker in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker that return JobWorker Modifier and Type Method Description JobWorkerJobWorkerBuilderStep1.JobWorkerBuilderStep3. open()Open the worker and start to work on available tasks. -
Uses of JobWorker in io.camunda.zeebe.client.impl.worker
Classes in io.camunda.zeebe.client.impl.worker that implement JobWorker Modifier and Type Class Description classJobWorkerImplThe job worker wants to have enough jobs to work on.Methods in io.camunda.zeebe.client.impl.worker that return JobWorker Modifier and Type Method Description JobWorkerJobWorkerBuilderImpl. open()
-