Uses of Interface
io.camunda.client.api.worker.JobWorkerBuilderStep1.JobWorkerBuilderStep3
Packages that use JobWorkerBuilderStep1.JobWorkerBuilderStep3
-
Uses of JobWorkerBuilderStep1.JobWorkerBuilderStep3 in io.camunda.client.api.worker
Methods in io.camunda.client.api.worker that return JobWorkerBuilderStep1.JobWorkerBuilderStep3Modifier and TypeMethodDescriptionJobWorkerBuilderStep1.JobWorkerBuilderStep3.backoffSupplier(BackoffSupplier backoffSupplier) Sets the backoff supplier.JobWorkerBuilderStep1.JobWorkerBuilderStep3.fetchVariables(String... fetchVariables) Set a list of variable names which should be fetch on job activation.JobWorkerBuilderStep1.JobWorkerBuilderStep3.fetchVariables(List<String> fetchVariables) Set a list of variable names which should be fetch on job activation.JobWorkerBuilderStep1.JobWorkerBuilderStep2.handler(JobHandler handler) Set the handler to process the jobs.JobWorkerBuilderStep1.JobWorkerBuilderStep3.maxJobsActive(int maxJobsActive) Set the maximum number of jobs which will be exclusively activated for this worker at the same time.JobWorkerBuilderStep1.JobWorkerBuilderStep3.metrics(JobWorkerMetrics metrics) Sets the job worker metrics implementation to use.Set the name of the worker owner.JobWorkerBuilderStep1.JobWorkerBuilderStep3.pollInterval(Duration pollInterval) Set the maximal interval between polling for new jobs.JobWorkerBuilderStep1.JobWorkerBuilderStep3.requestTimeout(Duration requestTimeout) Set the request timeout for activate job request used to poll for new job.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamEnabled(boolean isStreamEnabled) Opt-in feature flag to enable job streaming.JobWorkerBuilderStep1.JobWorkerBuilderStep3.streamTimeout(Duration timeout) If streaming is enabled, sets a maximum lifetime for a given stream.JobWorkerBuilderStep1.JobWorkerBuilderStep3.timeout(long timeout) Set the time for how long a job is exclusively assigned for this worker.Set the time for how long a job is exclusively assigned for this worker. -
Uses of JobWorkerBuilderStep1.JobWorkerBuilderStep3 in io.camunda.client.impl.worker
Classes in io.camunda.client.impl.worker that implement JobWorkerBuilderStep1.JobWorkerBuilderStep3Methods in io.camunda.client.impl.worker that return JobWorkerBuilderStep1.JobWorkerBuilderStep3Modifier and TypeMethodDescriptionJobWorkerBuilderImpl.backoffSupplier(BackoffSupplier backoffSupplier) JobWorkerBuilderImpl.fetchVariables(String... fetchVariables) JobWorkerBuilderImpl.fetchVariables(List<String> fetchVariables) JobWorkerBuilderImpl.handler(JobHandler handler) JobWorkerBuilderImpl.maxJobsActive(int maxJobsActive) JobWorkerBuilderImpl.metrics(JobWorkerMetrics metrics) JobWorkerBuilderImpl.pollInterval(Duration pollInterval) JobWorkerBuilderImpl.requestTimeout(Duration requestTimeout) JobWorkerBuilderImpl.streamEnabled(boolean isStreamEnabled) JobWorkerBuilderImpl.streamTimeout(Duration timeout) JobWorkerBuilderImpl.timeout(long timeout)