Package akka.actor.dsl
-
Interface Summary Interface Description Creators This trait provides a DSL for writing the inner workings of an actor, e.g.Creators.Act Creators.ActWithStash Inbox Create a new actor which will internally queue up messages it gets so that they can be interrogated with theakka.actor.dsl.Inbox!.Inbox!.receive
andakka.actor.dsl.Inbox!.Inbox!.select
methods.Inbox.InboxExtension Inbox.Query -
Class Summary Class Description Inbox$ INTERNAL APIInbox$Inbox Receive a single message from the internalreceiver
actor.