Stream reactive (#2038)
Added native support for Reactive Spring Cloud Stream.
This commit is contained in:
committed by
GitHub
parent
e1ef593847
commit
90417f1f07
@@ -140,6 +140,14 @@ public interface Tracer extends BaggageManager {
|
||||
*/
|
||||
TraceContext.Builder traceContextBuilder();
|
||||
|
||||
/**
|
||||
* Returns the {@link CurrentTraceContext}. Can be {@code null} so that we don't break
|
||||
* backward compatibility.
|
||||
* @return current trace context
|
||||
*/
|
||||
@Nullable
|
||||
CurrentTraceContext currentTraceContext();
|
||||
|
||||
/**
|
||||
* Allows to customize the current span in scope.
|
||||
* @return current span customizer
|
||||
|
||||
Reference in New Issue
Block a user