Interface InMemoryReference


public interface InMemoryReference
Represents a reference to another span.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the span being referred to.
    Returns the reference type.
  • Method Details

    • type

      String type()
      Returns the reference type.
      Returns:
      reference type.
    • referredTo

      InMemorySpanContext referredTo()
      Returns the span being referred to.
      Returns:
      span being referred to