Class GroupRouterHelper


  • public class GroupRouterHelper
    extends java.lang.Object
    INTERNAL API
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> scala.collection.immutable.Set<ActorRef<T>> routeesToUpdate​(scala.collection.immutable.Set<ActorRef<T>> allRoutees, boolean preferLocalRoutees)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GroupRouterHelper

        public GroupRouterHelper()
    • Method Detail

      • routeesToUpdate

        public static <T> scala.collection.immutable.Set<ActorRef<T>> routeesToUpdate​(scala.collection.immutable.Set<ActorRef<T>> allRoutees,
                                                                                      boolean preferLocalRoutees)