Packages

p

akka.cluster

routing

package routing

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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()
  2. final case class ClusterRouterGroupSettings(totalInstances: Int, routeesPaths: Seq[String], allowLocalRoutees: Boolean, useRoles: Set[String]) extends ClusterRouterSettingsBase with Product with Serializable

    totalInstances of cluster router must be > 0

    totalInstances of cluster router must be > 0

    Annotations
    @SerialVersionUID()
  3. 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()
  4. final case class ClusterRouterPoolSettings(totalInstances: Int, maxInstancesPerNode: Int, allowLocalRoutees: Boolean, useRoles: Set[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

    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()

Ungrouped