Interface NodeTraceElements.Builder

    • Method Detail

      • agentTraces

        NodeTraceElements.Builder agentTraces​(Collection<TracePart> agentTraces)

        Agent trace information for the node execution.

        Parameters:
        agentTraces - Agent trace information for the node execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • agentTraces

        NodeTraceElements.Builder agentTraces​(TracePart... agentTraces)

        Agent trace information for the node execution.

        Parameters:
        agentTraces - Agent trace information for the node execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.