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

    Modifier and Type Method Description
    void proceed​(Task task, java.lang.String action, Request request, ActionListener<Response> listener)
    Continue processing the request.
  • Method Details

    • proceed

      void proceed​(Task task, java.lang.String action, Request request, ActionListener<Response> listener)
      Continue processing the request. Should only be called if a response has not been sent through the given listener