Interface FlowTraceEvent.Builder

  • Method Details

    • trace

      The trace object containing information about an input or output for a node in the flow.

      Parameters:
      trace - The trace object containing information about an input or output for a node in the flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trace

      The trace object containing information about an input or output for a node in the flow.

      This is a convenience method that creates an instance of the FlowTrace.Builder avoiding the need to create one manually via FlowTrace.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to trace(FlowTrace).

      Parameters:
      trace - a consumer that will call methods on FlowTrace.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: