no message

This commit is contained in:
wusheng 2017-03-02 14:48:24 +08:00
parent f2fb5ca9fa
commit bbdede77c9
1 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,13 @@ public enum ContextManager implements TracerContextListener {
get().extract(carrier);
}
/**
* @see {@link TracerContext#extract(ContextCarrier)}
*/
public void multiExtract(ContextCarrier carrier){
get().extract(carrier);
}
/**
* @return the {@link TraceSegment#traceSegmentId} if exist. Otherwise, "N/A".
*/