Package akka.routing
Class CustomRouterConfig
- java.lang.Object
-
- akka.routing.CustomRouterConfig
-
- All Implemented Interfaces:
RouterConfig
,java.io.Serializable
public abstract class CustomRouterConfig extends java.lang.Object implements RouterConfig
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomRouterConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
routerDispatcher()
Dispatcher ID to use for running the “head” actor, which handles supervision, death watch and router management messages-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.routing.RouterConfig
createRouter, isManagementMessage, routingLogicController, stopRouterWhenAllRouteesRemoved, verifyConfig, withFallback
-
-
-
-
Method Detail
-
routerDispatcher
public java.lang.String 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
-
-