ClusterShardingStart Method |
Name | Description | |
---|---|---|
Start(String, Props, ClusterShardingSettings, IMessageExtractor) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IMessageExtractor, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
| |
Start(String, Props, ClusterShardingSettings, IdExtractor, ShardResolver, IShardAllocationStrategy, Object) |
Register a named entity type by defining the Props of the entity actor and
functions to extract entity and shard identifier from messages. The ShardRegion
actor for this type can later be retrieved with the ShardRegion(String) method.
|