Click or drag to resize
Akka.NETClusterRouterPoolWithFallback Method
Configure the current router with an auxiliary router for routes that it does not know how to handle.

Namespace:  Akka.Cluster.Routing
Assembly:  Akka.Cluster (in Akka.Cluster.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public override RouterConfig WithFallback(
	RouterConfig routerConfig
)

Parameters

routerConfig
Type: Akka.RoutingRouterConfig
The router to use as an auxiliary source.

Return Value

Type: RouterConfig
The router configured with the auxiliary information.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when the specified router is another ClusterRouterPool. This configuration is not allowed.
See Also