Class ActionListener.Delegating<Response,​DelegateResponse>

java.lang.Object
org.elasticsearch.action.ActionListener.Delegating<Response,​DelegateResponse>
All Implemented Interfaces:
ActionListener<Response>
Direct Known Subclasses:
ActionListener.DelegatingActionListener, ActionListener.DelegatingFailureActionListener, ActionListener.MappedActionListener, ActionListener.RunAfterActionListener, ActionListener.RunBeforeActionListener, ContextPreservingActionListener, GroupedActionListener, SearchExecutionStatsCollector, ThreadedActionListener
Enclosing interface:
ActionListener<Response>

public abstract static class ActionListener.Delegating<Response,​DelegateResponse>
extends java.lang.Object
implements ActionListener<Response>
  • Field Details

  • Constructor Details

  • Method Details

    • onFailure

      public void onFailure​(java.lang.Exception e)
      Description copied from interface: ActionListener
      A failure caused by an exception at some phase of the task.
      Specified by:
      onFailure in interface ActionListener<Response>
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object