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 Classes
    Modifier and Type
    Class
    Description
    (package private) static final class 
     
  • Field Summary

    Fields inherited from class io.smallrye.mutiny.operators.multi.AbstractMultiOperator

    upstream
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContextPropagationOperator(io.smallrye.mutiny.Multi<? extends T> upstream, org.eclipse.microprofile.context.ThreadContext tc)
    Creates a new AbstractMultiOperator with the passed Multi as upstream.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    subscribe(io.smallrye.mutiny.subscription.MultiSubscriber<? super T> downstream)
     

    Methods inherited from class io.smallrye.mutiny.operators.multi.AbstractMultiOperator

    upstream

    Methods 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, withContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.concurrent.Flow.Publisher

    subscribe

    Methods 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 new AbstractMultiOperator with the passed Multi as upstream.
      Parameters:
      upstream - the upstream, must not be null
  • Method Details

    • subscribe

      public void subscribe(io.smallrye.mutiny.subscription.MultiSubscriber<? super T> downstream)
      Overrides:
      subscribe in class io.smallrye.mutiny.operators.AbstractMulti<T>