接口 TracingContextProvider
-
@SPI(scope=APPLICATION) public interface TracingContextProviderSPI to get tracing context from 3rd-party tracing utils ( e.g. OpenTracing )
-
-
方法详细资料
-
getValue
String getValue(Invocation invocation, String key)
Get value from context- 参数:
invocation- invocationkey- key of value- 返回:
- value (null if absent)
-
-