Interface ActionFilterChain<Request,​Response>

  • All Known Implementing Classes:
    DefaultFilterChain

    public interface ActionFilterChain<Request,​Response>
    A filter chain allowing to continue and process the transport action request

    参考elasticsearch的过滤链实现

    • Method Detail

      • proceed

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