Module org.elasticsearch.server
Package org.elasticsearch.action.support
Class ChannelActionListener<Response extends TransportResponse>
java.lang.Object
org.elasticsearch.action.support.ChannelActionListener<Response>
- All Implemented Interfaces:
ActionListener<Response>
public final class ChannelActionListener<Response extends TransportResponse>
extends Object
implements ActionListener<Response>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.action.ActionListener
delegateFailure, delegateFailureAndWrap, delegateResponse, map, safeMap
-
Constructor Details
-
ChannelActionListener
-
-
Method Details
-
onResponse
Description copied from interface:ActionListenerHandle action response. This response may constitute a failure or a success but it is up to the listener to make that decision.- Specified by:
onResponsein interfaceActionListener<Response extends TransportResponse>
-
onFailure
Description copied from interface:ActionListenerA failure caused by an exception at some phase of the task.- Specified by:
onFailurein interfaceActionListener<Response extends TransportResponse>
-
toString
-