Uses of Class
io.smallrye.mutiny.operators.AbstractMulti
-
-
Uses of AbstractMulti in io.smallrye.mutiny.groups
Constructors in io.smallrye.mutiny.groups with parameters of type AbstractMulti Constructor Description MultiDemandPacing(AbstractMulti<T> upstream)MultiSubscribe(AbstractMulti<T> upstream) -
Uses of AbstractMulti in io.smallrye.mutiny.helpers.spies
Subclasses of AbstractMulti in io.smallrye.mutiny.helpers.spies Modifier and Type Class Description classMultiGlobalSpy<T>classMultiOnCancellationSpy<T>classMultiOnCompletionSpy<T>classMultiOnFailureSpy<T>classMultiOnItemSpy<T>classMultiOnOverflowSpy<T>classMultiOnRequestSpy<T>classMultiOnSubscribeSpy<T>classMultiOnTerminationSpy<T> -
Uses of AbstractMulti in io.smallrye.mutiny.operators
Subclasses of AbstractMulti in io.smallrye.mutiny.operators Modifier and Type Class Description classMultiOperator<I,O> -
Uses of AbstractMulti in io.smallrye.mutiny.operators.multi
Subclasses of AbstractMulti in io.smallrye.mutiny.operators.multi with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classio.smallrye.mutiny.operators.multi.AbstractMultiOperator<I,O>Abstract base class for operators that take an upstream sourceMulti. -
Uses of AbstractMulti in io.smallrye.mutiny.operators.multi.processors
Subclasses of AbstractMulti in io.smallrye.mutiny.operators.multi.processors Modifier and Type Class Description classBroadcastProcessor<T>Implementation ofProcessorthat broadcast all subsequently observed items to its currentSubscribers.classUnicastProcessor<T>Implementation of a processor using a queue to store items and allows a single subscriber to receive these items.
-