Package org.apache.pekko.pattern
Class AskableActorRef$
java.lang.Object
org.apache.pekko.pattern.AskableActorRef$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AskableActorRef$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ActorRef$qmark$default$3$extension(AskableActorRef $this, Object message) INTERNAL API: for binary compatibilityfinal scala.concurrent.Future<Object>$qmark$extension(AskableActorRef $this, Object message, Timeout timeout) INTERNAL API: for binary compatibilityfinal scala.concurrent.Future<Object>$qmark$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) final ActorRefask$default$3$extension(AskableActorRef $this, Object message) final scala.concurrent.Future<Object>ask$extension(AskableActorRef $this, Object message, Timeout timeout) INTERNAL API: for binary compatibilityfinal scala.concurrent.Future<Object>ask$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) final ActorRefaskWithStatus$default$3$extension(AskableActorRef $this, Object message) final scala.concurrent.Future<Object>askWithStatus$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) final booleanequals$extension(AskableActorRef $this, Object x$1) final intfinal scala.concurrent.Future<Object>internalAsk$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) INTERNAL API: for binary compatibilityfinal ActorRefinternalAskWithStatus$default$3$extension(AskableActorRef $this, Object message) final scala.concurrent.Future<Object>internalAskWithStatus$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) INTERNAL API
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
AskableActorRef$
public AskableActorRef$()
-
-
Method Details
-
ask$extension
public final scala.concurrent.Future<Object> ask$extension(AskableActorRef $this, Object message, Timeout timeout) INTERNAL API: for binary compatibility -
ask$extension
public final scala.concurrent.Future<Object> ask$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) -
ask$default$3$extension
-
askWithStatus$extension
public final scala.concurrent.Future<Object> askWithStatus$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) -
askWithStatus$default$3$extension
-
internalAskWithStatus$extension
public final scala.concurrent.Future<Object> internalAskWithStatus$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) INTERNAL API -
$qmark$extension
public final scala.concurrent.Future<Object> $qmark$extension(AskableActorRef $this, Object message, Timeout timeout) INTERNAL API: for binary compatibility -
$qmark$extension
public final scala.concurrent.Future<Object> $qmark$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) -
internalAsk$extension
public final scala.concurrent.Future<Object> internalAsk$extension(AskableActorRef $this, Object message, Timeout timeout, ActorRef sender) INTERNAL API: for binary compatibility -
internalAskWithStatus$default$3$extension
public final ActorRef internalAskWithStatus$default$3$extension(AskableActorRef $this, Object message) -
$qmark$default$3$extension
INTERNAL API: for binary compatibility -
hashCode$extension
-
equals$extension
-