object ClusterRouterPoolSettings extends Serializable
- Source
- ClusterRouterConfig.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterRouterPoolSettings
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(totalInstances: Int, maxInstancesPerNode: Int, allowLocalRoutees: Boolean, useRoles: String*): ClusterRouterPoolSettings
- Annotations
- @varargs()
- def apply(totalInstances: Int, maxInstancesPerNode: Int, allowLocalRoutees: Boolean, useRoles: Set[String]): ClusterRouterPoolSettings
- def fromConfig(config: Config): ClusterRouterPoolSettings
- def unapply(settings: ClusterRouterPoolSettings): [(, , Boolean, Set[String])]