Class RestActionListener<Response>

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

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

  • Constructor Details

    • RestActionListener

      protected RestActionListener(RestChannel channel)
  • Method Details