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