Class ClusterRouterGroup

java.lang.Object
org.apache.pekko.cluster.routing.ClusterRouterGroup
All Implemented Interfaces:
Serializable, ClusterRouterConfigBase, Group, RouterConfig, scala.Equals, scala.Product

public final class ClusterRouterGroup extends Object implements Group, ClusterRouterConfigBase, scala.Product, Serializable
pekko.routing.RouterConfig implementation for deployment on cluster nodes. Delegates other duties to the local pekko.routing.RouterConfig, which makes it possible to mix this with the built-in routers such as pekko.routing.RoundRobinGroup or custom routers.
See Also: