package routing
- Alphabetic
 
- Public
 - Protected
 
Type Members
-   final  case class ClusterRouterGroup(local: Group, settings: ClusterRouterGroupSettings) extends Group with ClusterRouterConfigBase with Product with Serializable
akka.routing.RouterConfig implementation for deployment on cluster nodes.
akka.routing.RouterConfig implementation for deployment on cluster nodes. Delegates other duties to the local akka.routing.RouterConfig, which makes it possible to mix this with the built-in routers such as akka.routing.RoundRobinGroup or custom routers.
- Annotations
 - @SerialVersionUID()
 
 -   final  class ClusterRouterGroupSettings extends Product with Serializable with ClusterRouterSettingsBase
totalInstancesof cluster router must be > 0totalInstancesof cluster router must be > 0- Annotations
 - @SerialVersionUID()
 
 -   final  case class ClusterRouterPool(local: Pool, settings: ClusterRouterPoolSettings) extends Pool with ClusterRouterConfigBase with Product with Serializable
akka.routing.RouterConfig implementation for deployment on cluster nodes.
akka.routing.RouterConfig implementation for deployment on cluster nodes. Delegates other duties to the local akka.routing.RouterConfig, which makes it possible to mix this with the built-in routers such as akka.routing.RoundRobinGroup or custom routers.
- Annotations
 - @SerialVersionUID()
 
 -   final  class ClusterRouterPoolSettings extends Product with Serializable with ClusterRouterSettingsBase
totalInstancesof cluster router must be > 0maxInstancesPerNodeof cluster router must be > 0maxInstancesPerNodeof cluster router must be 1 when routeesPath is definedtotalInstancesof cluster router must be > 0maxInstancesPerNodeof cluster router must be > 0maxInstancesPerNodeof cluster router must be 1 when routeesPath is defined- Annotations
 - @SerialVersionUID()
 
 
Value Members
-  object ClusterRouterGroupSettings extends Serializable
 -  object ClusterRouterPoolSettings extends Serializable