public class RawRequestActor extends com.droidkit.actors.tasks.TaskActor<Response>
| Modifier and Type | Class and Description |
|---|---|
static class |
RawRequestActor.RpcError
Created by ex3ndr on 04.09.14.
|
static class |
RawRequestActor.RpcResult
Created by ex3ndr on 04.09.14.
|
| Constructor and Description |
|---|
RawRequestActor(long id,
Request request,
com.droidkit.actors.ActorRef broker) |
| Modifier and Type | Method and Description |
|---|---|
void |
onReceive(java.lang.Object message) |
void |
onTaskObsolete() |
static com.droidkit.actors.ActorSelection |
request(java.lang.String path,
long id,
Request request,
com.droidkit.actors.ActorRef broker) |
void |
startTask() |
complete, error, isCompleted, isCompletedSuccess, postStop, preStart, progress, setTimeOutpublic RawRequestActor(long id,
Request request,
com.droidkit.actors.ActorRef broker)
public static com.droidkit.actors.ActorSelection request(java.lang.String path,
long id,
Request request,
com.droidkit.actors.ActorRef broker)
public void startTask()
startTask in class com.droidkit.actors.tasks.TaskActor<Response>public void onReceive(java.lang.Object message)
onReceive in class com.droidkit.actors.tasks.TaskActor<Response>public void onTaskObsolete()
onTaskObsolete in class com.droidkit.actors.tasks.TaskActor<Response>