Uses of Interface
io.camunda.zeebe.client.api.worker.JobClient
-
Packages that use JobClient Package Description io.camunda.zeebe.client io.camunda.zeebe.client.api.worker io.camunda.zeebe.client.impl io.camunda.zeebe.client.impl.worker -
-
Uses of JobClient in io.camunda.zeebe.client
Subinterfaces of JobClient in io.camunda.zeebe.client Modifier and Type Interface Description interfaceZeebeClientThe client to communicate with a Zeebe broker/cluster. -
Uses of JobClient in io.camunda.zeebe.client.api.worker
Methods in io.camunda.zeebe.client.api.worker with parameters of type JobClient Modifier and Type Method Description voidJobHandler. handle(JobClient client, ActivatedJob job)Handles a job. -
Uses of JobClient in io.camunda.zeebe.client.impl
Classes in io.camunda.zeebe.client.impl that implement JobClient Modifier and Type Class Description classZeebeClientImpl -
Uses of JobClient in io.camunda.zeebe.client.impl.worker
Classes in io.camunda.zeebe.client.impl.worker that implement JobClient Modifier and Type Class Description classJobClientImplConstructors in io.camunda.zeebe.client.impl.worker with parameters of type JobClient Constructor Description JobRunnableFactory(JobClient jobClient, JobHandler handler)JobWorkerBuilderImpl(ZeebeClientConfiguration configuration, GatewayGrpc.GatewayStub gatewayStub, JobClient jobClient, JsonMapper jsonMapper, ScheduledExecutorService executorService, List<Closeable> closeables, Predicate<Throwable> retryPredicate)
-