public final class ExplicitlyAskableActorRef
extends scala.AnyVal
Constructor and Description |
---|
ExplicitlyAskableActorRef(ActorRef actorRef) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
actorRef() |
scala.concurrent.Future<java.lang.Object> |
ask(scala.Function1<ActorRef,java.lang.Object> message,
Timeout timeout,
ActorRef sender) |
static java.lang.Class<? extends java.lang.Object> |
getClass() |
scala.concurrent.Future<java.lang.Object> |
internalAsk(scala.Function1<ActorRef,java.lang.Object> messageFactory,
Timeout timeout,
ActorRef sender)
INTERNAL API: for binary compatibility
|
public ExplicitlyAskableActorRef(ActorRef actorRef)
public static java.lang.Class<? extends java.lang.Object> getClass()
public ActorRef actorRef()
public scala.concurrent.Future<java.lang.Object> ask(scala.Function1<ActorRef,java.lang.Object> message, Timeout timeout, ActorRef sender)
public scala.concurrent.Future<java.lang.Object> internalAsk(scala.Function1<ActorRef,java.lang.Object> messageFactory, Timeout timeout, ActorRef sender)
messageFactory
- (undocumented)timeout
- (undocumented)sender
- (undocumented)