Class UntypedAbstractActorWithUnboundedStash

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.apache.pekko.actor.UntypedAbstractActor
org.apache.pekko.actor.UntypedAbstractActorWithUnboundedStash
All Implemented Interfaces:
Actor, StashSupport, UnboundedStash, UnrestrictedStash, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>

public abstract class UntypedAbstractActorWithUnboundedStash extends UntypedAbstractActor implements UnboundedStash
Java API: compatible with lambda expressions

Actor base class with Stash that enforces an unbounded deque for the actor. The proper mailbox has to be configured manually, and the mailbox should extend the pekko.dispatch.DequeBasedMessageQueueSemantics marker trait. See pekko.actor.AbstractActorWithStash for details on how Stash works.

Since:
2.0.0