| Package | Description |
|---|---|
| org.flowable.external.job.rest.service.api | |
| org.flowable.job.api | |
| org.flowable.job.service.impl | |
| org.flowable.job.service.impl.cmd |
| Modifier and Type | Method and Description |
|---|---|
protected AcquiredExternalWorkerJobResponse |
ExternalJobRestResponseFactory.createAcquiredExternalWorkerJobResponse(AcquiredExternalWorkerJob job,
RestUrlBuilder urlBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<AcquiredExternalWorkerJobResponse> |
ExternalJobRestResponseFactory.createAcquiredExternalWorkerJobResponseList(List<AcquiredExternalWorkerJob> jobs) |
| Modifier and Type | Method and Description |
|---|---|
default List<AcquiredExternalWorkerJob> |
ExternalWorkerJobAcquireBuilder.acquireAndLock(int numberOfTasks,
String workerId)
Acquire and lock the given number of jobs for the given worker id.
|
List<AcquiredExternalWorkerJob> |
ExternalWorkerJobAcquireBuilder.acquireAndLock(int numberOfTasks,
String workerId,
int numberOfRetries)
Acquire and lock the given number of jobs for the given worker id.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcquiredExternalWorkerJobImpl |
| Modifier and Type | Method and Description |
|---|---|
List<AcquiredExternalWorkerJob> |
ExternalWorkerJobAcquireBuilderImpl.acquireAndLock(int numberOfTasks,
String workerId,
int numberOfRetries) |
| Modifier and Type | Method and Description |
|---|---|
List<AcquiredExternalWorkerJob> |
AcquireExternalWorkerJobsCmd.execute(CommandContext commandContext) |
Copyright © 2023 Flowable. All rights reserved.