Interface GraphLink.Builder

    • Method Detail

      • referenceType

        GraphLink.Builder referenceType​(String referenceType)

        Relationship of a trace to the corresponding service.

        Parameters:
        referenceType - Relationship of a trace to the corresponding service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceTraceId

        GraphLink.Builder sourceTraceId​(String sourceTraceId)

        Source trace of a link relationship.

        Parameters:
        sourceTraceId - Source trace of a link relationship.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationTraceIds

        GraphLink.Builder destinationTraceIds​(Collection<String> destinationTraceIds)

        Destination traces of a link relationship.

        Parameters:
        destinationTraceIds - Destination traces of a link relationship.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationTraceIds

        GraphLink.Builder destinationTraceIds​(String... destinationTraceIds)

        Destination traces of a link relationship.

        Parameters:
        destinationTraceIds - Destination traces of a link relationship.
        Returns:
        Returns a reference to this object so that method calls can be chained together.