public interface PromiseRef<T>
Modifier and Type | Method and Description |
---|---|
scala.concurrent.Future<T> |
future()
Future containing the value of the Promise associated with this PromiseRef.
|
scala.concurrent.Promise<T> |
promise()
Promise associated with this PromiseRef.
|
ActorRef |
ref()
ActorRef associated with this PromiseRef.
|
FutureRef<T> |
toFutureRef()
Converts this PromiseRef to FutureRef, effectively narrowing it's API.
|
ActorRef ref()
scala.concurrent.Promise<T> promise()
scala.concurrent.Future<T> future()