Package io.elastic.sailor
Interface ApiClient
- All Known Implementing Classes:
ApiClientImpl
public interface ApiClient
-
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)
-
Method Details
-
retrieveFlowStep
-
updateAccount
-
storeStartupState
-
retrieveStartupState
-
deleteStartupState
-