Class TransportExecuteWatchAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<ExecuteWatchRequest,ExecuteWatchResponse>
-
- com.floragunn.signals.actions.watch.execute.TransportExecuteWatchAction
-
public class TransportExecuteWatchAction extends org.elasticsearch.action.support.HandledTransportAction<ExecuteWatchRequest,ExecuteWatchResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportExecuteWatchAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.client.Client client, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.tasks.Task task, ExecuteWatchRequest request, org.elasticsearch.action.ActionListener<ExecuteWatchResponse> listener)
-
-
-
Constructor Detail
-
TransportExecuteWatchAction
@Inject public TransportExecuteWatchAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.client.Client client, org.elasticsearch.common.settings.Settings settings, org.elasticsearch.cluster.service.ClusterService clusterService, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)
-
-
Method Detail
-
doExecute
protected final void doExecute(org.elasticsearch.tasks.Task task, ExecuteWatchRequest request, org.elasticsearch.action.ActionListener<ExecuteWatchResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<ExecuteWatchRequest,ExecuteWatchResponse>
-
-