protected static class ActorDSL.Extension$ extends java.lang.Object implements ExtensionId<ActorDSL.Extension>, ExtensionIdProvider
| Constructor and Description |
|---|
ActorDSL.Extension$() |
| Modifier and Type | Method and Description |
|---|---|
ActorDSL.Extension |
createExtension(ExtendedActorSystem system)
Is used by Akka to instantiate the Extension identified by this ExtensionId,
internal use only.
|
ActorDSL.Extension |
get(ActorSystem system)
Java API: retrieve the ActorDSL extension for the given system.
|
ActorDSL.Extension$ |
lookup()
Returns the canonical ExtensionId for this Extension
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, equals, hashCodepublic ActorDSL.Extension$ lookup()
ExtensionIdProviderlookup in interface ExtensionIdProviderpublic ActorDSL.Extension createExtension(ExtendedActorSystem system)
ExtensionIdcreateExtension in interface ExtensionId<ActorDSL.Extension>public ActorDSL.Extension get(ActorSystem system)
get in interface ExtensionId<ActorDSL.Extension>