Class TransportDeleteWatchAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<DeleteWatchRequest,DeleteWatchResponse>
-
- com.floragunn.signals.actions.watch.delete.TransportDeleteWatchAction
-
public class TransportDeleteWatchAction extends org.elasticsearch.action.support.HandledTransportAction<DeleteWatchRequest,DeleteWatchResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportDeleteWatchAction(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, DeleteWatchRequest request, org.elasticsearch.action.ActionListener<DeleteWatchResponse> listener)
-
-
-
Constructor Detail
-
TransportDeleteWatchAction
@Inject public TransportDeleteWatchAction(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, DeleteWatchRequest request, org.elasticsearch.action.ActionListener<DeleteWatchResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<DeleteWatchRequest,DeleteWatchResponse>
-
-