Package org.apache.pekko.actor
Interface UnboundedStash
- All Superinterfaces:
Actor
,RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>
,StashSupport
,UnrestrictedStash
- All Known Implementing Classes:
AbstractActorWithUnboundedStash
,UntypedAbstractActorWithUnboundedStash
public interface UnboundedStash
extends UnrestrictedStash, RequiresMessageQueue<UnboundedDequeBasedMessageQueueSemantics>
The
UnboundedStash
trait is a version of pekko.actor.Stash
that enforces an unbounded stash for you actor.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
Method Summary
Methods inherited from interface org.apache.pekko.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, org$apache$pekko$actor$Actor$_setter_$context_$eq, org$apache$pekko$actor$Actor$_setter_$self_$eq, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
Methods inherited from interface org.apache.pekko.actor.StashSupport
actorCell, clearStash, context, enqueueFirst, mailbox, org$apache$pekko$actor$StashSupport$_setter_$mailbox_$eq, prepend, self, stash, theStash_$eq, unstash, unstashAll, unstashAll
Methods inherited from interface org.apache.pekko.actor.UnrestrictedStash
postStop, preRestart, super$postStop, super$preRestart