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.
      • routeeFor

        Routee routeeFor​(java.lang.String path,
                         ActorContext context)
        INTERNAL API