object Extension extends ExtensionId[Extension] with ExtensionIdProvider
- Attributes
- protected
- Source
- ActorDSL.scala
- Alphabetic
- By Inheritance
- Extension
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(system: ActorSystem): Extension
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
-
def
createExtension(system: ExtendedActorSystem): Extension
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
- Definition Classes
- Extension → ExtensionId
-
final
def
equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
get(system: ActorSystem): Extension
Java API: retrieve the ActorDSL extension for the given system.
Java API: retrieve the ActorDSL extension for the given system.
- Definition Classes
- Extension → ExtensionId
-
final
def
hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
lookup(): Extension.type
Returns the canonical ExtensionId for this Extension
Returns the canonical ExtensionId for this Extension
- Definition Classes
- Extension → ExtensionIdProvider