org.apache.pekko.remote.routing
package org.apache.pekko.remote.routing
Members list
Type members
Classlikes
final case class RemoteRouterConfig(local: Pool, nodes: Iterable[Address]) extends Pool
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.
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.
Attributes
- Source
- RemoteRouterConfig.scala
- Supertypes
-
trait Producttrait Equalstrait Pooltrait RouterConfigtrait Serializableclass Objecttrait Matchableclass AnyShow all
In this article