Class CodeRootContainerDelegate

    • Constructor Detail

      • CodeRootContainerDelegate

        public CodeRootContainerDelegate()
    • Method Detail

      • init

        public void init()
        Description copied from class: CodeRootDelegate
        Hook called whenever the delegate needs to be initialized. Will be called when the root is started, and any time the code is updated. Because this code is called in a running root, the code should be suitable for real-time usage.
        Overrides:
        init in class CodeRootDelegate
      • children

        public final Stream<String> children()
        Stream of child IDs.
        Returns:
        stream of child IDs