Stream reactive (#2038)
Added native support for Reactive Spring Cloud Stream.
This commit is contained in:
committed by
GitHub
parent
e1ef593847
commit
90417f1f07
@@ -21,6 +21,7 @@ import java.util.Map;
|
||||
import java.util.Queue;
|
||||
|
||||
import org.springframework.cloud.sleuth.BaggageInScope;
|
||||
import org.springframework.cloud.sleuth.CurrentTraceContext;
|
||||
import org.springframework.cloud.sleuth.ScopedSpan;
|
||||
import org.springframework.cloud.sleuth.Span;
|
||||
import org.springframework.cloud.sleuth.SpanCustomizer;
|
||||
@@ -118,4 +119,9 @@ public class TestTracer implements Tracer, AutoCloseable {
|
||||
return createdSpans;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CurrentTraceContext currentTraceContext() {
|
||||
return this.delegate.currentTraceContext();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user