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, FinalizeSnapshotContext, GroupedActionListener, SearchExecutionStatsCollector, SnapshotShardContext, ThreadedActionListener
Enclosing interface:
ActionListener<Response>

public abstract static class ActionListener.Delegating<Response,​DelegateResponse> extends Object implements ActionListener<Response>