Click or drag to resize
Akka.NETClusterRouterGroupWithFallback 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.129 (1.2.3.129)
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 ClusterRouterGroup. This configuration is not allowed.
See Also