Module org.elasticsearch.server
Class TransportFieldCapabilitiesAction.ForkingOnFailureActionListener<Response>
java.lang.Object
org.elasticsearch.action.support.AbstractThreadedActionListener<Response>
org.elasticsearch.action.fieldcaps.TransportFieldCapabilitiesAction.ForkingOnFailureActionListener<Response>
- All Implemented Interfaces:
ActionListener<Response>
- Enclosing class:
TransportFieldCapabilitiesAction
public static class TransportFieldCapabilitiesAction.ForkingOnFailureActionListener<Response>
extends AbstractThreadedActionListener<Response>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.AbstractThreadedActionListener
delegate, executor, forceExecution -
Constructor Summary
ConstructorsConstructorDescriptionForkingOnFailureActionListener(Executor executor, boolean forceExecution, ActionListener<Response> delegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidonResponse(Response response) Complete this listener with a successful (or at least, non-exceptional) response.Methods inherited from class org.elasticsearch.action.support.AbstractThreadedActionListener
onFailure, toStringMethods 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
-
ForkingOnFailureActionListener
public ForkingOnFailureActionListener(Executor executor, boolean forceExecution, ActionListener<Response> delegate)
-
-
Method Details
-
onResponse
Description copied from interface:ActionListenerComplete this listener with a successful (or at least, non-exceptional) response.
-