Click or drag to resize
Akka.NETConsistentHashingGroup Constructor (Config)
Initializes a new instance of the ConsistentHashingGroup class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public ConsistentHashingGroup(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use to lookup paths used by the group router.
Note Note
If 'routees.path' is defined in the provided configuration then those paths will be used by the router. 'virtual-nodes-factor' defaults to 0 (zero) if it is not defined in the provided configuration.
See Also