Class NoOpClient

java.lang.Object
org.elasticsearch.client.support.AbstractClient
org.elasticsearch.test.client.NoOpClient
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, Client, ElasticsearchClient, Releasable

public class NoOpClient
extends AbstractClient
Client that always responds with null to every request. Override this for testing.