Interface Group

    • Method Detail

      • createRouterActor

        org.apache.pekko.routing.RouterActor createRouterActor()
        INTERNAL API
        Specified by:
        createRouterActor in interface RouterConfig
      • paths

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

        Props props()
        pekko.actor.Props for a group router based on the settings defined by this instance.
      • routeeFor

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