akka

routing

package routing

Visibility
  1. Public
  2. All

Type Members

  1. class RemoteRouteeProvider extends RouteeProvider

    Factory and registry for routees of the router.

  2. case class RemoteRouterConfig(local: RouterConfig, nodes: Iterable[Address]) extends RouterConfig with Product with Serializable

    akka.routing.RouterConfig implementation for remote deployment on defined target nodes.

  3. type Route = PartialFunction[(ActorRef, Any), Iterable[Destination]]

    Definition Classes
    package