Class ServiceProviderExtension
INTERNAL API
Inherited Members
Namespace: Akka.DependencyInjection
Assembly: Akka.DependencyInjection.dll
Syntax
[Obsolete("Use the DependencyResolverExtensions instead.")]
public sealed class ServiceProviderExtension : ExtensionIdProvider<ServiceProvider>, IExtensionId<ServiceProvider>, IExtensionId
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override ServiceProvider CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
ServiceProvider | The extension created using the given actor system. |