public abstract class ExtendedActorSystem extends ActorSystem
Extension
).
Important Notice:
This class is not meant to be extended by user code. If you want to actually roll your own Akka, beware that you are completely on your own in that case!
ActorSystem.Settings
Constructor and Description |
---|
ExtendedActorSystem() |
Modifier and Type | Method and Description |
---|---|
abstract DynamicAccess |
dynamicAccess()
ClassLoader wrapper which is used for reflective accesses internally.
|
abstract akka.actor.InternalActorRef |
guardian()
The top-level supervisor of all actors created using system.actorOf(...).
|
abstract ActorRefProvider |
provider()
The ActorRefProvider is the only entity which creates all actor references within this actor system.
|
abstract ActorRef |
systemActorOf(Props props,
java.lang.String name)
Create an actor in the "/system" namespace.
|
abstract akka.actor.InternalActorRef |
systemGuardian()
The top-level supervisor of all system-internal services like logging.
|
abstract java.util.concurrent.ThreadFactory |
threadFactory()
A ThreadFactory that can be used if the transport needs to create any Threads
|
apply, apply, apply, apply, apply, awaitTermination, awaitTermination, child, create, create, create, create, create, deadLetters, descendant, dispatcher, dispatchers, EnvHome, eventStream, extension, GlobalHome, hasExtension, isTerminated, log, logConfiguration, mailboxes, name, registerExtension, registerOnTermination, registerOnTermination, scheduler, settings, shutdown, startTime, SystemHome, uptime, Version
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actorFor, actorFor, actorFor, actorFor, actorOf, actorOf, actorSelection, actorSelection, lookupRoot, stop, systemImpl
public abstract ActorRefProvider provider()
public abstract akka.actor.InternalActorRef guardian()
public abstract akka.actor.InternalActorRef systemGuardian()
public abstract ActorRef systemActorOf(Props props, java.lang.String name)
public abstract java.util.concurrent.ThreadFactory threadFactory()
public abstract DynamicAccess dynamicAccess()