public interface UnrestrictedStash extends Actor, StashSupport
Stash that does not enforce any mailbox type. The proper mailbox has to be configured
manually, and the mailbox should extend the DequeBasedMessageQueueSemantics marker trait.Actor.emptyBehavior$| Modifier and Type | Method and Description |
|---|---|
void |
postStop()
Overridden callback.
|
void |
preRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message)
Overridden callback.
|
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, preStart, receive, self, sender, supervisorStrategy, unhandledactorCell, capacity, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash, unstash, unstashAll, unstashAllvoid preRestart(java.lang.Throwable reason,
scala.Option<java.lang.Object> message)
preRestart in interface Actorreason - (undocumented)message - (undocumented)