Package org.apache.pekko.actor.typed.scaladsl
package org.apache.pekko.actor.typed.scaladsl
-
ClassDescriptionAn actor
Behaviorcan be implemented by extending this class and implement the abstract methodAbstractBehavior.onMessage(T)and optionally overrideAbstractBehavior.onSignal().ActorContext<T>An Actor is given by the combination of aBehaviorand a context in which this behavior is executed.The ask-pattern implements the initiator side of a request–reply protocol.AskPattern.Askable<Req>The ask-pattern implements the initiator side of a request–reply protocol.Factories forpekko.actor.typed.Behavior.Behaviorthat exposes additional fluent DSL methods to further change the message or signal reception behavior.Factories forpekko.actor.typed.Behavior.GroupRouter<T>Provides builder style configuration options for group routersPoolRouter<T>Provides builder style configuration options for pool routersStashBuffer<T>A non thread safe mutable message buffer that can be used to buffer messages inside actors and then unstash them.INTERNAL APIIs thrown when the size of the stash exceeds the capacity of the stash buffer.Support for scheduledselfmessages in an actor.