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

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

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

import javax.json.JsonObject;

public interface ObjectStorage {

    JsonObject getJsonObject(String id);

    JsonObject postJsonObject(JsonObject object);

    JsonObject post(String object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy