Interface FlowTraceDependencyEvent.Builder

    • Method Detail

      • nodeName

        FlowTraceDependencyEvent.Builder nodeName​(String nodeName)

        The name of the node that generated the dependency trace.

        Parameters:
        nodeName - The name of the node that generated the dependency trace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        FlowTraceDependencyEvent.Builder timestamp​(Instant timestamp)

        The date and time that the dependency trace was generated.

        Parameters:
        timestamp - The date and time that the dependency trace was generated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • traceElements

        FlowTraceDependencyEvent.Builder traceElements​(TraceElements traceElements)

        The trace elements containing detailed information about the dependency.

        Parameters:
        traceElements - The trace elements containing detailed information about the dependency.
        Returns:
        Returns a reference to this object so that method calls can be chained together.