Class CodeRootContainerDelegate

All Implemented Interfaces:
ContainerDelegateAPI
Direct Known Subclasses:
CoreRootContainerDelegate, DataRootContainerDelegate

public class CodeRootContainerDelegate extends CodeRootDelegate implements ContainerDelegateAPI
Base class for user rewritable Root container code.
  • Constructor Details

    • CodeRootContainerDelegate

      public CodeRootContainerDelegate()
  • Method Details

    • 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