Click or drag to resize
Akka.NETConsistentHashingGroupWithFallback 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.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
ArgumentException This exception is thrown if the given routerConfig is not a ConsistentHashingGroup.
See Also