Class AskPattern
java.lang.Object
org.apache.pekko.actor.typed.scaladsl.AskPattern
The ask-pattern implements the initiator side of a request–reply protocol.
See AskPattern.Askable.ask for details
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final <Req> AskPattern.Askable<Req>Askable(RecipientRef<Req> ref) static SchedulerschedulerFromActorSystem(ActorSystem<?> system) Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate.
-
Constructor Details
-
AskPattern
public AskPattern()
-
-
Method Details
-
schedulerFromActorSystem
Provides a scheduler from an actor system (that will likely already be implicit in the scope) to minimize ask boilerplate. -
Askable
-