public abstract class HandledTransportAction<Request extends ActionRequest,Response extends ActionResponse> extends TransportAction<Request,Response>
actionName, threadPoolcomponentSettings, logger, settings| Modifier | Constructor and Description |
|---|---|
protected |
HandledTransportAction(Settings settings,
String actionName,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters) |
| Modifier and Type | Method and Description |
|---|---|
abstract Request |
newRequestInstance()
Sub classes implement this call to get new instance of a Request object
|
doExecute, execute, execute, forceThreadedListenernodeNameprotected HandledTransportAction(Settings settings, String actionName, ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters)
public abstract Request newRequestInstance()
Copyright © 2009–2016. All rights reserved.