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, delegateFailureIgnoreResponseAndWrap, delegateResponse, map, safeMap
-
Constructor Details
-
ChannelActionListener
-
-
Method Details
-
onResponse
Description copied from interface:ActionListenerComplete this listener with a successful (or at least, non-exceptional) response.- Specified by:
onResponsein interfaceActionListener<Response extends TransportResponse>
-
onFailure
Description copied from interface:ActionListenerComplete this listener with an exceptional response.- Specified by:
onFailurein interfaceActionListener<Response extends TransportResponse>
-
toString
-