Package akka.routing

Interface Group

    • Method Detail

      • paths

        scala.collection.immutable.Iterable<java.lang.String> paths​(ActorSystem system)
      • props

        Props props()
        Props for a group router based on the settings defined by this instance.
        Returns:
        (undocumented)
      • routeeFor

        Routee routeeFor​(java.lang.String path,
                         ActorContext context)
        INTERNAL API
        Parameters:
        path - (undocumented)
        context - (undocumented)
        Returns:
        (undocumented)