![]() | ActorSystemWithExtensions Class |
Namespace: Akka.Actor
Name | Description | |
---|---|---|
![]() ![]() | WithExtensionT(ActorSystem) |
Retrieves the extension specified by a given type, T, from a given actor system.
|
![]() ![]() | WithExtensionT(ActorSystem, Type) |
Retrieves the extension specified by a given type, T, from a given actor system.
If the extension does not exist within the actor system, then the extension specified by extensionId
is registered to the actor system.
|
![]() ![]() | WithExtensionT, TI(ActorSystem) |
Retrieves the extension specified by a given type, T, from a given actor system.
If the extension does not exist within the actor system, then the extension specified by TI
is registered to the actor system.
|