Interface TracingContextProvider
@SPI(scope=APPLICATION)
public interface TracingContextProvider
SPI to get tracing context from 3rd-party tracing utils ( e.g. OpenTracing )
-
Method Summary
Modifier and TypeMethodDescriptiongetValue(Invocation invocation, String key) Get value from context
-
Method Details
-
getValue
Get value from context- Parameters:
invocation- invocationkey- key of value- Returns:
- value (null if absent)
-