All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.elastic.sailor.ApiClient Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package io.elastic.sailor;


import javax.json.JsonObject;

public interface ApiClient {

    Step retrieveFlowStep(String taskId, String stepId);

    JsonObject updateAccount(String accountId, JsonObject body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy