Class ActionListener.RunBeforeActionListener<T>

java.lang.Object
org.elasticsearch.action.ActionListener.Delegating<T,​T>
org.elasticsearch.action.ActionListener.RunBeforeActionListener<T>
All Implemented Interfaces:
ActionListener<T>
Enclosing interface:
ActionListener<Response>

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

    • RunBeforeActionListener

      protected RunBeforeActionListener(ActionListener<T> delegate, org.elasticsearch.core.CheckedRunnable<?> runBefore)
  • Method Details