Uses of Interface
io.camunda.zeebe.client.api.worker.JobClient
Packages that use JobClient
Package
Description
-
Uses of JobClient in io.camunda.zeebe.client
Subinterfaces of JobClient in io.camunda.zeebe.client -
Uses of JobClient in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker with parameters of type JobClientModifier and TypeMethodDescriptionvoidJobHandler.handle(JobClient client, ActivatedJob job) Deprecated.Handles a job. -
Uses of JobClient in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement JobClient -
Uses of JobClient in io.camunda.zeebe.client.impl.worker
Classes in io.camunda.zeebe.client.impl.worker that implement JobClientConstructors in io.camunda.zeebe.client.impl.worker with parameters of type JobClientModifierConstructorDescriptionJobPollerImpl(JobClient jobClient, Duration requestTimeout, String jobType, String workerName, Duration timeout, List<String> fetchVariables, List<String> tenantIds, int maxJobsToActivate) JobRunnableFactoryImpl(JobClient jobClient, JobHandler handler) JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, JobClient jobClient, ScheduledExecutorService executorService, List<Closeable> closeables)
CamundaClient