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