Package akka.actor.dsl

Interface Summary
Creators  
Creators.Act This trait provides a DSL for writing the inner workings of an actor, e.g.
Creators.ActWithStash Use this trait when defining an Actor with Stash, since just using actor()(new Act with Stash{}) will not be able to see the Stash component due to type erasure.
Inbox  
Inbox.InboxExtension  
Inbox.Query  
 

Class Summary
Inbox.Get  
Inbox.Inbox  
Inbox.InboxActor  
Inbox.Kick  
Inbox.Select