Package akka.actor.dsl
Interface Creators.ActWithStash
-
- All Superinterfaces:
Actor
,Creators.Act
,RequiresMessageQueue<DequeBasedMessageQueueSemantics>
,Stash
,StashSupport
,UnrestrictedStash
- Enclosing interface:
- Creators
public static interface Creators.ActWithStash extends Creators.Act, Stash
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
-
Method Summary
-
Methods inherited from interface akka.actor.Actor
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, self, sender, unhandled
-
Methods inherited from interface akka.actor.dsl.Creators.Act
AllForOneStrategy, become, becomeStacked, Escalate, OneForOneStrategy, postRestart, postRestartFun_$eq, postStop, postStopFun_$eq, preRestart, preRestartFun_$eq, preStart, preStartFun_$eq, receive, Restart, Resume, Stop, strategy_$eq, super$postRestart, super$postStop, super$preRestart, super$preStart, super$supervisorStrategy, superviseWith, supervisorStrategy, unbecome, whenFailing, whenRestarted, whenStarting, whenStopping
-
Methods inherited from interface akka.actor.StashSupport
actorCell, akka$actor$StashSupport$_setter_$mailbox_$eq, clearStash, context, enqueueFirst, mailbox, prepend, self, stash, theStash_$eq, unstash, unstashAll, unstashAll
-
Methods inherited from interface akka.actor.UnrestrictedStash
postStop, preRestart, super$postStop, super$preRestart
-
-