akka.actor
Class ActorDSL.Extension

java.lang.Object
  extended by akka.actor.ActorDSL.Extension
All Implemented Interfaces:
Inbox.InboxExtension, Extension
Enclosing class:
ActorDSL

protected static class ActorDSL.Extension
extends java.lang.Object
implements Extension, Inbox.InboxExtension


Constructor Summary
ActorDSL.Extension(ExtendedActorSystem system)
           
 
Method Summary
 akka.actor.RepointableActorRef boss()
           
 com.typesafe.config.Config config()
           
 scala.concurrent.duration.FiniteDuration DSLDefaultTimeout()
           
 ActorRef mkChild(Props p, java.lang.String name)
           
 ExtendedActorSystem system()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.dsl.Inbox.InboxExtension
DSLInboxQueueSize, inboxNr, inboxProps, newReceiver
 

Constructor Detail

ActorDSL.Extension

public ActorDSL.Extension(ExtendedActorSystem system)
Method Detail

system

public ExtendedActorSystem system()

boss

public akka.actor.RepointableActorRef boss()

config

public com.typesafe.config.Config config()

DSLDefaultTimeout

public scala.concurrent.duration.FiniteDuration DSLDefaultTimeout()

mkChild

public ActorRef mkChild(Props p,
                        java.lang.String name)