Package akka.routing

Class CustomRouterConfig

  • All Implemented Interfaces:
    RouterConfig, java.io.Serializable

    public abstract class CustomRouterConfig
    extends java.lang.Object
    implements RouterConfig
    If a custom router implementation is not a Group nor a Pool it may extend this base class.
    See Also:
    Serialized Form
    • Constructor Detail

      • CustomRouterConfig

        public CustomRouterConfig()
    • 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 interface RouterConfig