Class ExternalShardAllocation
Inheritance
ExternalShardAllocation
Assembly: Akka.Cluster.Sharding.dll
Syntax
public sealed class ExternalShardAllocation : IExtension
Constructors
|
Edit this page
View Source
ExternalShardAllocation(ExtendedActorSystem)
Declaration
public ExternalShardAllocation(ExtendedActorSystem system)
Parameters
Methods
|
Edit this page
View Source
ClientFor(string)
Declaration
public IExternalShardAllocationClient ClientFor(string typeName)
Parameters
Type |
Name |
Description |
string |
typeName |
|
Returns
|
Edit this page
View Source
Get(ActorSystem)
Declaration
public static ExternalShardAllocation Get(ActorSystem system)
Parameters
Returns
Implements
Extension Methods