| ClusterShardingSettingsCreate Method (ActorSystem) |
Create settings from the default configuration `akka.cluster.sharding`.
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ClusterShardingSettings Create(
ActorSystem system
)
static member Create :
system : ActorSystem -> ClusterShardingSettings
Parameters
- system
- Type: Akka.ActorActorSystem
TBD
Return Value
Type:
ClusterShardingSettingsTBD
See Also