Class ExtendedActionHandlingService.PreAction<Request extends org.elasticsearch.action.ActionRequest,​Response extends org.elasticsearch.action.ActionResponse>

  • All Implemented Interfaces:
    org.elasticsearch.action.support.ActionFilterChain<Request,​Response>
    Enclosing class:
    ExtendedActionHandlingService

    public abstract class ExtendedActionHandlingService.PreAction<Request extends org.elasticsearch.action.ActionRequest,​Response extends org.elasticsearch.action.ActionResponse>
    extends Object
    implements org.elasticsearch.action.support.ActionFilterChain<Request,​Response>
    • Field Detail

      • next

        protected final org.elasticsearch.action.support.ActionFilterChain<Request extends org.elasticsearch.action.ActionRequest,​Response extends org.elasticsearch.action.ActionResponse> next