Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
List<LockedExternalTaskDto> |
ExternalTaskApi.fetchAndLock(FetchExternalTasksDto fetchExternalTasksDto)
Fetch and Lock
Fetches and locks a specific number of external tasks for execution by a worker.
|
ApiResponse<List<LockedExternalTaskDto>> |
ExternalTaskApi.fetchAndLockWithHttpInfo(FetchExternalTasksDto fetchExternalTasksDto)
Fetch and Lock
Fetches and locks a specific number of external tasks for execution by a worker.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
ExternalTaskApi.fetchAndLockAsync(FetchExternalTasksDto fetchExternalTasksDto,
ApiCallback<List<LockedExternalTaskDto>> _callback)
Fetch and Lock (asynchronously)
Fetches and locks a specific number of external tasks for execution by a worker.
|
Copyright © 2022. All rights reserved.