java.lang.Object
org.springframework.cloud.sleuth.brave.bridge.BraveContextWrappingFunction
- All Implemented Interfaces:
Function<reactor.util.context.Context,reactor.util.context.Context>
public class BraveContextWrappingFunction
extends Object
implements Function<reactor.util.context.Context,reactor.util.context.Context>
A function that wraps Context with Brave versions.
- Since:
- 3.0.4
- Author:
- Marcin Grzejszczak
-
Constructor Summary
Constructors
-
Method Summary
reactor.util.context.Context
apply(reactor.util.context.Context context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BraveContextWrappingFunction
public BraveContextWrappingFunction()
-
Method Details
-
apply
public reactor.util.context.Context apply(reactor.util.context.Context context)
- Specified by:
apply in interface Function<reactor.util.context.Context,reactor.util.context.Context>