Uses of Class
io.camunda.zeebe.client.impl.worker.JobRunnableFactory
-
Packages that use JobRunnableFactory Package Description io.camunda.zeebe.client.impl.worker -
-
Uses of JobRunnableFactory in io.camunda.zeebe.client.impl.worker
Constructors in io.camunda.zeebe.client.impl.worker with parameters of type JobRunnableFactory Constructor Description JobWorkerImpl(int maxJobsActive, ScheduledExecutorService executor, Duration pollInterval, JobRunnableFactory jobHandlerFactory, JobPoller jobPoller, BackoffSupplier backoffSupplier)
-