Interface SystemNodeCreator.SystemNodeRegistry

  • Enclosing interface:
    SystemNodeCreator

    public static interface SystemNodeCreator.SystemNodeRegistry
    • Method Detail

      • registerSystemNode

        void registerSystemNode​(MessageNode node)
      • removeSystemNode

        void removeSystemNode​(MessageNode node)
      • removeSystemNode

        void removeSystemNode​(String name)
      • hasSystemNode

        boolean hasSystemNode​(String name)