Interface ApiProxy.EnvironmentWithTrace (2.0.0)

public static interface ApiProxy.EnvironmentWithTrace extends ApiProxy.Environment

Methods

getSpanId()

public abstract Optional<String> getSpanId()
Returns
TypeDescription
Optional<String>

getTraceId()

public abstract Optional<String> getTraceId()
Returns
TypeDescription
Optional<String>