Class NoOpClient

All Implemented Interfaces:
Client, ElasticsearchClient

public class NoOpClient extends AbstractClient
Client that always responds with null to every request. Override doExecute(ActionType, ActionRequest, ActionListener) for testing. See also NoOpNodeClient if you need to mock a NodeClient.