Stream reactive (#2038)

Added native support for Reactive Spring Cloud Stream.
This commit is contained in:
Marcin Grzejszczak
2021-10-26 16:01:12 +02:00
committed by GitHub
parent e1ef593847
commit 90417f1f07
15 changed files with 601 additions and 35 deletions

View File

@@ -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