Class CustomRouterConfig

java.lang.Object
org.apache.pekko.routing.CustomRouterConfig
All Implemented Interfaces:
Serializable, RouterConfig

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

    • CustomRouterConfig

      public CustomRouterConfig()
  • Method Details

    • routerDispatcher

      public 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