Package | Description |
---|---|
org.elasticsearch.action.support |
Modifier and Type | Method and Description |
---|---|
void |
ActionFilter.apply(String action,
ActionRequest request,
ActionListener listener,
ActionFilterChain chain)
Enables filtering the execution of an action on the request side, either by sending a response through the
ActionListener or by continuing the execution through the given chain |
void |
ActionFilter.Simple.apply(String action,
ActionRequest request,
ActionListener listener,
ActionFilterChain chain) |
void |
ActionFilter.apply(String action,
ActionResponse response,
ActionListener listener,
ActionFilterChain chain)
Enables filtering the execution of an action on the response side, either by sending a response through the
ActionListener or by continuing the execution through the given chain |
void |
ActionFilter.Simple.apply(String action,
ActionResponse response,
ActionListener listener,
ActionFilterChain chain) |
Copyright © 2009–2015. All rights reserved.