Package io.sentry.reactor
Class SentryReactorThreadLocalAccessor
java.lang.Object
io.sentry.reactor.SentryReactorThreadLocalAccessor
- All Implemented Interfaces:
io.micrometer.context.ThreadLocalAccessor<IScopes>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micrometer.context.ThreadLocalAccessor
restore, restore, setValue
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
SentryReactorThreadLocalAccessor
public SentryReactorThreadLocalAccessor()
-
-
Method Details
-
key
- Specified by:
key
in interfaceio.micrometer.context.ThreadLocalAccessor<IScopes>
-
getValue
- Specified by:
getValue
in interfaceio.micrometer.context.ThreadLocalAccessor<IScopes>
-
setValue
- Specified by:
setValue
in interfaceio.micrometer.context.ThreadLocalAccessor<IScopes>
-
reset
public void reset()- Specified by:
reset
in interfaceio.micrometer.context.ThreadLocalAccessor<IScopes>
-