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.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected RestChannel channel  
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected RestActionListener​(RestChannel channel)  
  • Method Summary

    Modifier and Type Method Description
    void onFailure​(java.lang.Exception e)
    A failure caused by an exception at some phase of the task.
    void onResponse​(Response response)
    Handle action response.
    protected abstract void processResponse​(Response response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait