Packages

package routing

Type Members

  1. final case class RemoteRouterConfig(local: Pool, nodes: Iterable[Address]) extends Pool with Product with Serializable

    pekko.routing.RouterConfig implementation for remote deployment on defined target nodes.

    pekko.routing.RouterConfig implementation for remote deployment on defined target nodes. Delegates other duties to the local pekko.routing.Pool, which makes it possible to mix this with the built-in routers such as pekko.routing.RoundRobinGroup or custom routers.

    Annotations
    @SerialVersionUID()

Ungrouped