Class ReactorContextAccessor

java.lang.Object
reactor.util.context.ReactorContextAccessor
All Implemented Interfaces:
io.micrometer.context.ContextAccessor<ContextView,Context>

public final class ReactorContextAccessor extends Object implements io.micrometer.context.ContextAccessor<ContextView,Context>
A ContextAccessor to enable reading values from a Reactor ContextView and writing values to Context.

Please note that this public class implements the libs.micrometer.contextPropagation SPI library, which is an optional dependency.

Since:
3.5.0
Author:
Rossen Stoyanchev, Simon Baslé