Uses of Interface
org.flowable.external.client.ExternalWorkerJobAcquireBuilder
Packages that use ExternalWorkerJobAcquireBuilder
-
Uses of ExternalWorkerJobAcquireBuilder in org.flowable.external.client
Methods in org.flowable.external.client that return ExternalWorkerJobAcquireBuilderModifier and TypeMethodDescriptionExternalWorkerClient.createJobAcquireBuilder()Create a builder that can be used to acquire jobs from a Flowable application.ExternalWorkerJobAcquireBuilder.lockDuration(Duration lockDuration) How long should the acquired jobs be locked for.ExternalWorkerJobAcquireBuilder.numberOfRetries(int numberOfRetries) The number of retries in case an optimistic lock exception occurs during acquiring.ExternalWorkerJobAcquireBuilder.numberOfTasks(int numberOfTasks) The number of tasks that should be acquired.ExternalWorkerJobAcquireBuilder.onlyBpmn()Acquire only jobs which are linked to a process instance.ExternalWorkerJobAcquireBuilder.onlyCmmn()Acquire only jobs which are linked to a case instance.Acquire only jobs which are linked to the given scope type.The topic for the requested jobs -
Uses of ExternalWorkerJobAcquireBuilder in org.flowable.external.client.impl
Classes in org.flowable.external.client.impl that implement ExternalWorkerJobAcquireBuilderModifier and TypeClassDescriptionclassclassMethods in org.flowable.external.client.impl that return ExternalWorkerJobAcquireBuilderModifier and TypeMethodDescriptionRestExternalWorkerClient.createJobAcquireBuilder()BaseExternalWorkerJobAcquireBuilder.lockDuration(Duration lockDuration) BaseExternalWorkerJobAcquireBuilder.numberOfRetries(int numberOfRetries) BaseExternalWorkerJobAcquireBuilder.numberOfTasks(int numberOfTasks) BaseExternalWorkerJobAcquireBuilder.onlyBpmn()BaseExternalWorkerJobAcquireBuilder.onlyCmmn()