Uses of Interface
org.elasticsearch.action.support.ActionFilterChain
-
Packages that use ActionFilterChain Package Description org.elasticsearch.action.support -
-
Uses of ActionFilterChain in org.elasticsearch.action.support
Methods in org.elasticsearch.action.support with parameters of type ActionFilterChain Modifier and Type Method Description <Request extends ActionRequest,Response extends ActionResponse>
voidActionFilter. apply(Task task, String action, Request request, ActionListener<Response> listener, ActionFilterChain<Request,Response> chain)Enables filtering the execution of an action on the request side, either by sending a response through theActionListeneror by continuing the execution through the givenchain<Request extends ActionRequest,Response extends ActionResponse>
voidActionFilter.Simple. apply(Task task, String action, Request request, ActionListener<Response> listener, ActionFilterChain<Request,Response> chain)
-