(remoteRouterConfig: StringAdd).self
(remoteRouterConfig: StringFormat).self
(remoteRouterConfig: ArrowAssoc[RemoteRouterConfig]).x
(Since version 2.10.0) Use leftOfArrow instead
(remoteRouterConfig: Ensuring[RemoteRouterConfig]).x
(Since version 2.10.0) Use resultOfEnsuring instead
akka.routing.RouterConfig implementation for remote deployment on defined target nodes. Delegates other duties to the local akka.routing.RouterConfig, which makes it possible to mix this with the built-in routers such as akka.routing.RoundRobinRouter or custom routers.