public abstract class CustomRouterConfig extends java.lang.Object implements RouterConfig
| Constructor and Description |
|---|
CustomRouterConfig() |
| Modifier and Type | Method and Description |
|---|---|
RouterActor |
createRouterActor()
INTERNAL API
|
java.lang.String |
routerDispatcher()
Dispatcher ID to use for running the “head” actor, which handles
supervision, death watch and router management messages
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateRouter, isManagementMessage, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallbackpublic RouterActor createRouterActor()
createRouterActor in interface RouterConfigpublic java.lang.String routerDispatcher()
RouterConfigrouterDispatcher in interface RouterConfig