akka.actor.dsl
Interface Inbox.InboxExtension

All Known Implementing Classes:
ActorDSL.Extension
Enclosing interface:
Inbox

public protected static interface Inbox.InboxExtension


Method Summary
 int DSLInboxQueueSize()
           
 java.util.concurrent.atomic.AtomicInteger inboxNr()
           
 Props inboxProps()
           
 ActorRef newReceiver()
           
 

Method Detail

DSLInboxQueueSize

int DSLInboxQueueSize()

inboxNr

java.util.concurrent.atomic.AtomicInteger inboxNr()

inboxProps

Props inboxProps()

newReceiver

ActorRef newReceiver()