Click or drag to resize
TailChoppingPoolWithSupervisorStrategy Method
Sets the supervisor strategy to use for the pool.

Namespace: Akka.Routing
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public TailChoppingPool WithSupervisorStrategy(
	SupervisorStrategy strategy
)

Parameters

strategy
Type: Akka.ActorSupervisorStrategy
The strategy to use.

Return Value

Type: TailChoppingPool
The tail chopping pool.
See Also