Interface BabelNodeAnswer


public interface BabelNodeAnswer
Interface representing a response to a Babel node probe.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the components associated with the Babel node.
    Returns the Babel node.
  • Method Details

    • node

      BabelNode node()
      Returns the Babel node.
      Returns:
      the Babel node
    • components

      List<BabelNodeComponent> components()
      Returns the components associated with the Babel node.
      Returns:
      a list of node components