Click or drag to resize
Akka.NETConsistentHashingRoutingLogic Constructor
Overload List
  NameDescription
Public methodConsistentHashingRoutingLogic(ActorSystem)
Initializes a new instance of the ConsistentHashingRoutingLogic class.
Note Note
A ConsistentHashingRoutingLogic configured in this way uses the EmptyConsistentHashMapping as the hash mapping function with a virtual node factor of 0 (zero).
Public methodConsistentHashingRoutingLogic(ActorSystem, Int32, ConsistentHashMapping)
Initializes a new instance of the ConsistentHashingRoutingLogic class.
Top
See Also