Class RestActionListener<Response>

java.lang.Object
org.elasticsearch.rest.action.RestActionListener<Response>
All Implemented Interfaces:
ActionListener<Response>
Direct Known Subclasses:
RestResponseListener

public abstract class RestActionListener<Response>
extends java.lang.Object
implements ActionListener<Response>
An action listener that requires processResponse(Object) to be implemented and will automatically handle failures.