public class TypedRequestActor extends com.droidkit.actors.typed.TypedActor<TypedRequestInt> implements TypedRequestInt
| Constructor and Description |
|---|
TypedRequestActor(com.droidkit.actors.ActorRef broker) |
| Modifier and Type | Method and Description |
|---|---|
com.droidkit.actors.concurrency.Future<Response> |
request(Request message) |
com.droidkit.actors.concurrency.Future<Response> |
request(Request message,
long timeout) |
public com.droidkit.actors.concurrency.Future<Response> request(Request message)
request in interface TypedRequestIntpublic com.droidkit.actors.concurrency.Future<Response> request(Request message, long timeout)
request in interface TypedRequestInt