Class ConnectorContextPropagationDecorator.ContextPropagationOperator<T>
java.lang.Object
io.smallrye.mutiny.operators.AbstractMulti<T>
io.smallrye.mutiny.operators.multi.AbstractMultiOperator<T,T>
io.quarkus.smallrye.reactivemessaging.runtime.ConnectorContextPropagationDecorator.ContextPropagationOperator<T>
- All Implemented Interfaces:
io.smallrye.mutiny.Multi<T>,Flow.Publisher<T>
- Enclosing class:
ConnectorContextPropagationDecorator
public static class ConnectorContextPropagationDecorator.ContextPropagationOperator<T>
extends io.smallrye.mutiny.operators.multi.AbstractMultiOperator<T,T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final class -
Field Summary
Fields inherited from class io.smallrye.mutiny.operators.multi.AbstractMultiOperator
upstream -
Constructor Summary
ConstructorsConstructorDescriptionContextPropagationOperator(io.smallrye.mutiny.Multi<? extends T> upstream, org.eclipse.microprofile.context.ThreadContext tc) Creates a newAbstractMultiOperatorwith the passedMultias upstream. -
Method Summary
Methods inherited from class io.smallrye.mutiny.operators.multi.AbstractMultiOperator
upstreamMethods inherited from class io.smallrye.mutiny.operators.AbstractMulti
broadcast, cache, capDemandsUsing, collect, convert, emitOn, emitOn, group, ifNoItem, log, log, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, runSubscriptionOn, select, skip, subscribe, subscribe, toHotStream, toUni, withContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.Flow.Publisher
subscribeMethods inherited from interface io.smallrye.mutiny.Multi
attachContext, broadcast, cache, call, call, capDemandsTo, capDemandsUsing, collect, concatMap, convert, emitOn, emitOn, filter, flatMap, group, ifNoItem, invoke, invoke, log, log, map, onCancellation, onCompletion, onFailure, onFailure, onFailure, onItem, onOverflow, onRequest, onSubscription, onTermination, paceDemand, plug, runSubscriptionOn, select, skip, split, stage, subscribe, toHotStream, toUni, withContext
-
Constructor Details
-
ContextPropagationOperator
public ContextPropagationOperator(io.smallrye.mutiny.Multi<? extends T> upstream, org.eclipse.microprofile.context.ThreadContext tc) Creates a newAbstractMultiOperatorwith the passedMultias upstream.- Parameters:
upstream- the upstream, must not benull
-
-
Method Details
-
subscribe
- Overrides:
subscribein classio.smallrye.mutiny.operators.AbstractMulti<T>
-