Interface BabelNodeAnswer
public interface BabelNodeAnswer
Interface representing a response to a Babel node probe.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the components associated with the Babel node.node()Returns the Babel node.
-
Method Details
-
node
-
components
List<BabelNodeComponent> components()Returns the components associated with the Babel node.- Returns:
- a list of node components
-