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​(java.lang.String name)
      • hasSystemNode

        boolean hasSystemNode​(java.lang.String name)