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, unhandled
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postStop, preRestart
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandled
actorCell, clearStash, context, enqueueFirst, prepend, self, stash, unstash, unstashAll, unstashAll
public DequeBasedMessageQueueSemantics mailbox()
mailbox
in interface StashSupport