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 com.google.gson.JsonElement;
import com.google.gson.JsonObject;

public interface ApiClient {

    Step retrieveTaskStep(String taskId, String stepId);

    JsonElement updateAccount(String accountId, JsonObject body);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy