Package akka.routing

Class GroupBase

  • All Implemented Interfaces:
    Group, RouterConfig, java.io.Serializable

    public abstract class GroupBase
    extends java.lang.Object
    implements Group
    Java API: Base class for custom router Group
    See Also:
    Serialized Form
    • Constructor Detail

      • GroupBase

        public GroupBase()
    • Method Detail

      • getPaths

        public abstract java.lang.Iterable<java.lang.String> getPaths​(ActorSystem system)
      • paths

        public final scala.collection.immutable.Iterable<java.lang.String> paths​(ActorSystem system)
        Specified by:
        paths in interface Group