Click or drag to resize
Akka.NETConsistentHashingRoutingLogic Constructor (ActorSystem, Int32, ConsistentHashMapping)
Initializes a new instance of the ConsistentHashingRoutingLogic class.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ConsistentHashingRoutingLogic(
	ActorSystem system,
	int virtualNodesFactor,
	ConsistentHashMapping hashMapping
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns the router with this logic.
virtualNodesFactor
Type: SystemInt32
The number of virtual nodes to use on the hash ring.
hashMapping
Type: Akka.RoutingConsistentHashMapping
The consistent hash mapping function to use on incoming messages.
See Also