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