case classClusterRouterPoolSettings(totalInstances: Int, maxInstancesPerNode: Int, allowLocalRoutees: Boolean, useRole: Option[String]) extends ClusterRouterSettingsBase with Product with Serializable
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
Annotations
@SerialVersionUID(1L)
Linear Supertypes
Serializable, Serializable, Product, Equals, ClusterRouterSettingsBase, AnyRef, Any
totalInstances
of cluster router must be > 0maxInstancesPerNode
of cluster router must be > 0maxInstancesPerNode
of cluster router must be 1 when routeesPath is defined