| RandomPoolWithFallback Method |
Configure the current router with an auxiliary router for routes that it does not know how to handle.
Namespace:
Akka.Routing
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public override RouterConfig WithFallback(
RouterConfig routerConfig
)
abstract WithFallback :
routerConfig : RouterConfig -> RouterConfig
override WithFallback :
routerConfig : RouterConfig -> RouterConfig
Parameters
- routerConfig
- Type: Akka.RoutingRouterConfig
The router to use as an auxiliary source.
Return Value
Type:
RouterConfigThe router configured with the auxiliary information.
See Also