Package io.smallrye.mutiny.context
Class DefaultContextPropagationMultiInterceptor
- java.lang.Object
-
- io.smallrye.mutiny.context.ContextPropagationMultiInterceptor
-
- io.smallrye.mutiny.context.DefaultContextPropagationMultiInterceptor
-
- All Implemented Interfaces:
MultiInterceptor
public class DefaultContextPropagationMultiInterceptor extends ContextPropagationMultiInterceptor
Provides context propagation to Multi types.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.smallrye.mutiny.context.ContextPropagationMultiInterceptor
ContextPropagationMultiInterceptor.ContextPropagationSubscriber<T>
-
-
Field Summary
-
Fields inherited from interface io.smallrye.mutiny.infrastructure.MultiInterceptor
DEFAULT_ORDINAL
-
-
Constructor Summary
Constructors Constructor Description DefaultContextPropagationMultiInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.microprofile.context.ThreadContextgetThreadContext()Gets the Context Propagation ThreadContext.-
Methods inherited from class io.smallrye.mutiny.context.ContextPropagationMultiInterceptor
onMultiCreation, onSubscription
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.smallrye.mutiny.infrastructure.MultiInterceptor
ordinal
-
-
-
-
Method Detail
-
getThreadContext
protected org.eclipse.microprofile.context.ThreadContext getThreadContext()
Description copied from class:ContextPropagationMultiInterceptorGets the Context Propagation ThreadContext. External implementations may implement this method.- Specified by:
getThreadContextin classContextPropagationMultiInterceptor- Returns:
- the ThreadContext
- See Also:
getThreadContext()
-
-