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, waitMethods 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:RouterConfigDispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages- Specified by:
routerDispatcherin interfaceRouterConfig
-