Package org.elasticsearch.action
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
,SnapshotShardContext
,ThreadedActionListener
- Enclosing interface:
- ActionListener<Response>
public abstract static class ActionListener.Delegating<Response,DelegateResponse>
extends Object
implements ActionListener<Response>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.action.ActionListener
ActionListener.Delegating<Response,DelegateResponse>, ActionListener.DelegatingActionListener<T>, ActionListener.DelegatingFailureActionListener<T,R>, ActionListener.MappedActionListener<Response,MappedResponse>, ActionListener.RunAfterActionListener<T>, ActionListener.RunBeforeActionListener<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateResponse, map, onResponse
-
Field Details
-
delegate
-
-
Constructor Details
-
Delegating
-
-
Method Details
-
onFailure
Description copied from interface:ActionListener
A failure caused by an exception at some phase of the task.- Specified by:
onFailure
in interfaceActionListener<Response>
-
toString
-