Class UntypedAbstractActorWithUnrestrictedStash

java.lang.Object
org.apache.pekko.actor.AbstractActor
org.apache.pekko.actor.UntypedAbstractActor
org.apache.pekko.actor.UntypedAbstractActorWithUnrestrictedStash
All Implemented Interfaces:
Actor, StashSupport, UnrestrictedStash

public abstract class UntypedAbstractActorWithUnrestrictedStash extends UntypedAbstractActor 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.

Since:
2.0.0