Interface RoutingService


  • public interface RoutingService
    Historical interface now used only as a centralised place to define routing config related constants.
    • Field Detail

      • CONFIG_CLASS

        static final java.lang.Class<BgpConfig> CONFIG_CLASS
      • ROUTER_CONFIG_CLASS

        static final java.lang.Class<RouterConfig> ROUTER_CONFIG_CLASS
    • Method Detail

      • nothing

        default void nothing()
        Empty method to pacify checkstyle.