Class AbstractActorWithUnrestrictedStash

  • All Implemented Interfaces:
    Actor, StashSupport, UnrestrictedStash

    public abstract class AbstractActorWithUnrestrictedStash
    extends AbstractActor
    implements UnrestrictedStash
    Java API: compatible with lambda expressions

    Actor base class with Stash that does not enforce any mailbox type. The mailbox of the actor has to be configured manually. See pekko.actor.AbstractActorWithStash for details on how Stash works.