Class ClusterSingletonProvider
Inherited Members
Namespace: Akka.Cluster.Tools.Singleton
Assembly: Akka.Cluster.Tools.dll
Syntax
public class ClusterSingletonProvider : ExtensionIdProvider<ClusterSingleton>, IExtensionId<ClusterSingleton>, IExtensionId
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
Creates the current extension using a given actor system.
Declaration
public override ClusterSingleton CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | The actor system to use when creating the extension. |
Returns
Type | Description |
---|---|
ClusterSingleton | The extension created using the given actor system. |