public class OperationWorker
extends akka.actor.UntypedActor
| Constructor and Description |
|---|
OperationWorker(TaskRequest request,
com.ning.http.client.AsyncHttpClient client,
HttpPollerProcessor httpPollerProcessor)
Instantiates a new operation worker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(Object message) |
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, getContext, getSelf, getSender, postRestart, postStop, preRestart, preStart, receive, self, sender, supervisorStrategy, unhandledpublic OperationWorker(TaskRequest request, com.ning.http.client.AsyncHttpClient client, HttpPollerProcessor httpPollerProcessor)
request - the requestclient - the clienthttpPollerProcessor - the http poller processorCopyright © 2015–2017 eBay. All rights reserved.