Interface NodeBuilder


public interface NodeBuilder
Represents a Node builder. Uses visitor pattern for building and configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(TreeBuilder treeBuilder)
    Accept a TreeBuilder and perform operations on it.
    void
    Build the Node, adding it to service registry.
    Return the ID of the node being built.