Interface FlowTraceNodeActionEvent.Builder

    • Method Detail

      • nodeName

        FlowTraceNodeActionEvent.Builder nodeName​(String nodeName)

        The name of the node that called the operation.

        Parameters:
        nodeName - The name of the node that called the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationName

        FlowTraceNodeActionEvent.Builder operationName​(String operationName)

        The name of the operation that the node called.

        Parameters:
        operationName - The name of the operation that the node called.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • requestId

        FlowTraceNodeActionEvent.Builder requestId​(String requestIdValue)

        The ID of the request that the node made to the operation.

        Parameters:
        requestIdValue - The ID of the request that the node made to the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceName

        FlowTraceNodeActionEvent.Builder serviceName​(String serviceName)

        The name of the service that the node called.

        Parameters:
        serviceName - The name of the service that the node called.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        FlowTraceNodeActionEvent.Builder timestamp​(Instant timestamp)

        The date and time that the operation was called.

        Parameters:
        timestamp - The date and time that the operation was called.
        Returns:
        Returns a reference to this object so that method calls can be chained together.