Namespace Akka.Cluster.Routing
Classes
ClusterRouterGroup
RouterConfig implementation for deployment on cluster nodes. Delegates other duties to the local RouterConfig, which makes it possible to mix this with built-in routers such as RoundRobinGroup or custom routers.
ClusterRouterGroupSettings
TotalInstances of cluster router must be > 0
ClusterRouterPool
RouterConfig implementation for deployment on cluster nodes. Delegates other duties to the local RouterConfig, which makes it possible to mix this with built-in routers such as RoundRobinGroup or custom routers.
ClusterRouterPoolSettings
TotalInstances of cluster router must be > 0 MaxInstancesPerNode of cluster router must be > 0 MaxInstancesPerNode of cluster router must be 1 when routeesPath is defined
ClusterRouterSettingsBase
Base class for defining ClusterRouterGroupSettings and ClusterRouterPoolSettings