Click or drag to resize
TailChoppingRoutingLogicSelect Method
Selects all routees and creates a TailChoppingRoutee.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override Routee Select(
	Object message,
	Routee[] routees
)

Parameters

message
Type: SystemObject
The message to use.
routees
Type: Akka.RoutingRoutee
The routees to select from.

Return Value

Type: Routee
A TailChoppingRoutee to handle the tail chopping routing.
See Also