public abstract class UntypedActorWithUnboundedStash extends UntypedActor implements UnboundedStash
Stash that enforces an unbounded deque for the actor.
See UntypedActorWithStash for details on how Stash works.Actor.emptyBehavior$, Actor.ignoringBehavior$| Constructor and Description |
|---|
UntypedActorWithUnboundedStash() |
| Modifier and Type | Method and Description |
|---|---|
DequeBasedMessageQueueSemantics |
mailbox() |
context, getContext, getSelf, getSender, onReceive, postRestart, postStop, preRestart, preStart, receive, self, supervisorStrategy, unhandledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostStop, preRestartaroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandledactorCell, clearStash, context, enqueueFirst, prepend, self, stash, unstash, unstashAll, unstashAllpublic DequeBasedMessageQueueSemantics mailbox()
mailbox in interface StashSupport