Class TrackingContext

java.lang.Object
com.microsoft.azure.relay.TrackingContext

public class TrackingContext extends Object
  • Method Details

    • getActivityId

      public UUID getActivityId()
    • getTrackingId

      public String getTrackingId()
    • getAddress

      public String getAddress()
    • toString

      public String toString()
      Returns a String that represents the current object including the trackingId and the address if exists
      Overrides:
      toString in class Object