Package | Description |
---|---|
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
void |
ExternalTaskApi.setExternalTaskResourceRetries(String id,
RetriesDto retriesDto)
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesAsync(String id,
RetriesDto retriesDto,
ApiCallback<Void> _callback)
(asynchronously)
Sets the number of retries left to execute an external task by id.
|
okhttp3.Call |
ExternalTaskApi.setExternalTaskResourceRetriesCall(String id,
RetriesDto retriesDto,
ApiCallback _callback)
Build call for setExternalTaskResourceRetries
|
ApiResponse<Void> |
ExternalTaskApi.setExternalTaskResourceRetriesWithHttpInfo(String id,
RetriesDto retriesDto)
Sets the number of retries left to execute an external task by id.
|
Modifier and Type | Method and Description |
---|---|
RetriesDto |
RetriesDto.retries(Integer retries) |
Copyright © 2022. All rights reserved.