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

io.searchbox.client.JestClient Maven / Gradle / Ivy

package io.searchbox.client;


import io.searchbox.action.Action;

import java.io.IOException;
import java.util.Set;


/**
 * @author Dogukan Sonmez
 */
public interface JestClient {

     T execute(Action clientRequest) throws IOException;

     void executeAsync(Action clientRequest, JestResultHandler jestResultHandler);

    void shutdownClient();

    void setServers(Set servers);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy