Class AbstractActorWithUnboundedStash

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

public abstract class AbstractActorWithUnboundedStash extends AbstractActor 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.