![]() | ActorSystemWithExtensions Methods |
Name | Description | |
---|---|---|
![]() ![]() | WithExtension<T>(ActorSystem) |
Retrieves the extension specified by a given type, T, from a given actor system.
|
![]() ![]() | WithExtension<T>(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.
|
![]() ![]() | WithExtension<T, 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.
|