Class ClusterRouterGroupSettings

java.lang.Object
org.apache.pekko.cluster.routing.ClusterRouterGroupSettings
All Implemented Interfaces:
Serializable, ClusterRouterSettingsBase, scala.Equals, scala.Product

public final class ClusterRouterGroupSettings extends Object implements scala.Product, Serializable, ClusterRouterSettingsBase
totalInstances of cluster router must be > 0
See Also:
  • Constructor Details

    • ClusterRouterGroupSettings

      public ClusterRouterGroupSettings(int totalInstances, scala.collection.immutable.Seq<String> routeesPaths, boolean allowLocalRoutees, scala.collection.immutable.Set<String> useRoles)
    • ClusterRouterGroupSettings

      public ClusterRouterGroupSettings(int totalInstances, Iterable<String> routeesPaths, boolean allowLocalRoutees, Set<String> useRoles)
      Java API
  • Method Details