Class ExternalShardAllocationExtensionProvider
Inheritance
ExternalShardAllocationExtensionProvider
Inherited Members
Namespace: Akka.Cluster.Sharding.External
Assembly: Akka.Cluster.Sharding.dll
Syntax
public class ExternalShardAllocationExtensionProvider : ExtensionIdProvider<ExternalShardAllocation>, IExtensionId<ExternalShardAllocation>, IExtensionId
Methods
| Improve this Doc View SourceCreateExtension(ExtendedActorSystem)
TBD
Declaration
public override ExternalShardAllocation CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Returns
Type | Description |
---|---|
ExternalShardAllocation | TBD |
Overrides
Akka.Actor.ExtensionIdProvider<Akka.Cluster.Sharding.External.ExternalShardAllocation>.CreateExtension(Akka.Actor.ExtendedActorSystem)