Package org.elasticsearch.action.support
Interface ActionFilterChain<Request extends ActionRequest,Response extends ActionResponse>
public interface ActionFilterChain<Request extends ActionRequest,Response extends ActionResponse>
A filter chain allowing to continue and process the transport action request
-
Method Summary
-
Method Details
-
proceed
Continue processing the request. Should only be called if a response has not been sent through the givenlistener
-