public interface ActionFilterChain<Request extends ActionRequest,Response extends ActionResponse>
Modifier and Type | Method and Description |
---|---|
void |
proceed(Task task,
java.lang.String action,
Request request,
ActionListener<Response> listener)
Continue processing the request.
|
void proceed(Task task, java.lang.String action, Request request, ActionListener<Response> listener)
listener