Package io.elastic.sailor.impl
Class ApiClientImpl
java.lang.Object
io.elastic.sailor.impl.ApiClientImpl
- All Implemented Interfaces:
ApiClient
-
Constructor Summary
ConstructorsConstructorDescriptionApiClientImpl
(String apiUri, String apiUser, String apiKey, int retryCount, boolean putIncomingMessageIntoPassThrough) -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteStartupState
(String flowId) retrieveFlowStep
(String taskId, String stepId) jakarta.json.JsonObject
retrieveStartupState
(String flowId) void
storeStartupState
(String flowId, jakarta.json.JsonObject body) jakarta.json.JsonObject
updateAccount
(String accountId, jakarta.json.JsonObject body)
-
Constructor Details
-
ApiClientImpl
-
-
Method Details
-
retrieveFlowStep
- Specified by:
retrieveFlowStep
in interfaceApiClient
-
updateAccount
- Specified by:
updateAccount
in interfaceApiClient
-
storeStartupState
- Specified by:
storeStartupState
in interfaceApiClient
-
retrieveStartupState
- Specified by:
retrieveStartupState
in interfaceApiClient
-
deleteStartupState
- Specified by:
deleteStartupState
in interfaceApiClient
-