Class ActionListener.RunAfterActionListener<T>

org.elasticsearch.action.ActionListener.Delegating<T,​T>
org.elasticsearch.action.ActionListener.RunAfterActionListener<T>
All Implemented Interfaces:
ActionListener<T>
Enclosing interface:
ActionListener<Response>

public static final class ActionListener.RunAfterActionListener<T> extends ActionListener.Delegating<T,​T>
  • Constructor Details

    • RunAfterActionListener

      protected RunAfterActionListener(ActionListener<T> delegate,  runAfter)
  • Method Details