Click or drag to resize
Akka.NETClusterShardingSettingsJournalPluginId Field
Absolute path to the journal plugin configuration entity that is to be used for the internal persistence of ClusterSharding.If not defined the default journal plugin is used. Note that this is not related to persistence used by the entity actors.

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public readonly string JournalPluginId

Field Value

Type: String
See Also