| Constructor and Description |
|---|
FutureRefImpl(ActorRef ref,
scala.concurrent.Future<T> future) |
| Modifier and Type | Method and Description |
|---|---|
scala.concurrent.Future<T> |
future()
Future associated with this FutureRef.
|
ActorRef |
ref()
ActorRef associated with this FutureRef.
|