Interface CollectStepData

All Known Implementing Classes:
CollectStepDataImpl

public interface CollectStepData
A trace data object revealing collect step (while executing CollectRequest.
Since:
1.8.1
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the context of collection.
    Returns the current node being collected.
    Returns the path of dependency nodes that led collector to current node returned by getNode().
  • Method Details

    • getContext

      String getContext()
      Returns the context of collection. Never null.
    • getPath

      List<DependencyNode> getPath()
      Returns the path of dependency nodes that led collector to current node returned by getNode(). Never null.
    • getNode

      Dependency getNode()
      Returns the current node being collected. Never null.