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