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.
|
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.
|
okhttp3.Call |
ExternalTaskApi.fetchAndLockCall(FetchExternalTasksDto fetchExternalTasksDto,
ApiCallback _callback)
Build call for fetchAndLock
|
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 |
---|---|
FetchExternalTasksDto |
FetchExternalTasksDto.addTopicsItem(FetchExternalTaskTopicDto topicsItem) |
FetchExternalTasksDto |
FetchExternalTasksDto.asyncResponseTimeout(Long asyncResponseTimeout) |
FetchExternalTasksDto |
FetchExternalTasksDto.maxTasks(Integer maxTasks) |
FetchExternalTasksDto |
FetchExternalTasksDto.topics(List<FetchExternalTaskTopicDto> topics) |
FetchExternalTasksDto |
FetchExternalTasksDto.usePriority(Boolean usePriority) |
FetchExternalTasksDto |
FetchExternalTasksDto.workerId(String workerId) |
Copyright © 2022. All rights reserved.