Click or drag to resize
TailChoppingGroupCreateRouter Method
Creates a tail chopping router.

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

Parameters

system
Type: Akka.ActorActorSystem
The actor system to use to create this router.

Return Value

Type: Router
The created router.
See Also