Package org.apache.pekko.routing
Class CustomRouterConfig
java.lang.Object
org.apache.pekko.routing.CustomRouterConfig
- All Implemented Interfaces:
Serializable
,RouterConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messagesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.routing.RouterConfig
createRouter, isManagementMessage, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
-
Constructor Details
-
CustomRouterConfig
public CustomRouterConfig()
-
-
Method Details
-
routerDispatcher
Description copied from interface:RouterConfig
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages- Specified by:
routerDispatcher
in interfaceRouterConfig
-