Uses of Interface
io.camunda.zeebe.client.api.response.ActivatedJob
-
Packages that use ActivatedJob Package Description io.camunda.zeebe.client.api.response io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl.response io.camunda.zeebe.client.impl.worker -
-
Uses of ActivatedJob in io.camunda.zeebe.client.api.response
Methods in io.camunda.zeebe.client.api.response that return types with arguments of type ActivatedJob Modifier and Type Method Description List<ActivatedJob>ActivateJobsResponse. getJobs() -
Uses of ActivatedJob in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker with parameters of type ActivatedJob Modifier and Type Method Description voidJobHandler. handle(JobClient client, ActivatedJob job)Handles a job. -
Uses of ActivatedJob in io.camunda.zeebe.client.impl.response
Classes in io.camunda.zeebe.client.impl.response that implement ActivatedJob Modifier and Type Class Description classActivatedJobImplMethods in io.camunda.zeebe.client.impl.response that return types with arguments of type ActivatedJob Modifier and Type Method Description List<ActivatedJob>ActivateJobsResponseImpl. getJobs() -
Uses of ActivatedJob in io.camunda.zeebe.client.impl.worker
Methods in io.camunda.zeebe.client.impl.worker with parameters of type ActivatedJob Modifier and Type Method Description RunnableJobRunnableFactory. create(ActivatedJob job, Runnable doneCallback)Method parameters in io.camunda.zeebe.client.impl.worker with type arguments of type ActivatedJob Modifier and Type Method Description voidJobPoller. poll(int maxJobsToActivate, Consumer<ActivatedJob> jobConsumer, IntConsumer doneCallback, Consumer<Throwable> errorCallback, BooleanSupplier openSupplier)Poll for available jobs.
-