Module io.smallrye.mutiny.context
Package io.smallrye.mutiny.context
Class DefaultContextPropagationInterceptor
java.lang.Object
io.smallrye.mutiny.context.BaseContextPropagationInterceptor
io.smallrye.mutiny.context.DefaultContextPropagationInterceptor
- All Implemented Interfaces:
io.smallrye.mutiny.infrastructure.CallbackDecorator,io.smallrye.mutiny.infrastructure.MutinyInterceptor
Provides context propagation by intercepting the user callbacks.
-
Field Summary
Fields inherited from interface io.smallrye.mutiny.infrastructure.MutinyInterceptor
DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected io.smallrye.context.SmallRyeThreadContextGets the Context Propagation ThreadContext.Methods inherited from class io.smallrye.mutiny.context.BaseContextPropagationInterceptor
decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorate, decorateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.smallrye.mutiny.infrastructure.MutinyInterceptor
ordinal
-
Constructor Details
-
DefaultContextPropagationInterceptor
public DefaultContextPropagationInterceptor()
-
-
Method Details
-
getThreadContext
protected io.smallrye.context.SmallRyeThreadContext getThreadContext()Description copied from class:BaseContextPropagationInterceptorGets the Context Propagation ThreadContext. External implementations may implement this method.- Specified by:
getThreadContextin classBaseContextPropagationInterceptor- Returns:
- the ThreadContext
-