Package org.elasticsearch.plugins
Class ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse>
java.lang.Object
org.elasticsearch.plugins.ActionPlugin.ActionHandler<Request,Response>
- Enclosing interface:
- ActionPlugin
public static final class ActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse>
extends Object
-
Constructor Summary
ConstructorDescriptionActionHandler(ActionType<Response> action, Class<? extends TransportAction<Request,Response>> transportAction, Class<?>... supportTransportActions)
Create a record of an action, the TransportAction that handles it, and any supporting TransportActions that are needed by that TransportAction. -
Method Summary
-
Constructor Details
-
ActionHandler
public ActionHandler(ActionType<Response> action, Class<? extends TransportAction<Request,Response>> transportAction, Class<?>... supportTransportActions)Create a record of an action, the TransportAction that handles it, and any supporting TransportActions that are needed by that TransportAction.
-
-
Method Details