Click or drag to resize
Akka.NETConsistentHashingGroupCreateRouter Method
Creates a router that is responsible for routing messages to routees within the provided system.

Namespace:  Akka.Routing
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public override Router CreateRouter(
	ActorSystem system
)

Parameters

system
Type: Akka.ActorActorSystem
The actor system that owns this router.

Return Value

Type: Router
The newly created router tied to the given system.
See Also