| ActorSystemWithExtensions Methods |
| Name | Description | |
|---|---|---|
| WithExtensionT(ActorSystem) |
Loads the extension and casts it to the expected type if it's already registered
| |
| WithExtensionT(ActorSystem, Type) |
Registers a type and returns it if one doesn't yet exist
| |
| WithExtensionT, TI(ActorSystem) |
Registers a type and returns it if one doesn't yet exist
|