Click or drag to resize
PropsWithRouter Method
Returns a new Props with the specified router config set.

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Props WithRouter(
	RouterConfig routerConfig
)

Parameters

routerConfig
Type: Akka.RoutingRouterConfig
The router configuration.

Return Value

Type: Props
Props.
See Also