Class TransportDeActivateWatchAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<DeActivateWatchRequest,DeActivateWatchResponse>
-
- com.floragunn.signals.actions.watch.activate_deactivate.TransportDeActivateWatchAction
-
public class TransportDeActivateWatchAction extends org.elasticsearch.action.support.HandledTransportAction<DeActivateWatchRequest,DeActivateWatchResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportDeActivateWatchAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.tasks.Task task, DeActivateWatchRequest request, org.elasticsearch.action.ActionListener<DeActivateWatchResponse> listener)
-
-
-
Constructor Detail
-
TransportDeActivateWatchAction
@Inject public TransportDeActivateWatchAction(Signals signals, org.elasticsearch.transport.TransportService transportService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.client.Client client)
-
-
Method Detail
-
doExecute
protected final void doExecute(org.elasticsearch.tasks.Task task, DeActivateWatchRequest request, org.elasticsearch.action.ActionListener<DeActivateWatchResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<DeActivateWatchRequest,DeActivateWatchResponse>
-
-