Uses of Interface
io.smallrye.mutiny.subscription.ContextSupport
-
-
Uses of ContextSupport in io.smallrye.mutiny.helpers
Classes in io.smallrye.mutiny.helpers that implement ContextSupport Modifier and Type Class Description classMultiEmitterProcessor<T>classStrictMultiSubscriber<T>Ensures that the events between the upstream and downstream follow the Reactive Streams specification.classUniCallbackSubscriber<T>Implementation of aUniSubscriberbased on callbacks. -
Uses of ContextSupport in io.smallrye.mutiny.helpers.test
Classes in io.smallrye.mutiny.helpers.test that implement ContextSupport Modifier and Type Class Description classAssertSubscriber<T>AMultiSubscriberfor testing purposes that comes with useful assertion helpers.classUniAssertSubscriber<T>AUniUniSubscriberfor testing purposes that comes with useful assertion helpers. -
Uses of ContextSupport in io.smallrye.mutiny.operators.multi
Classes in io.smallrye.mutiny.operators.multi that implement ContextSupport Modifier and Type Class Description classMultiCacheOp<T>Amulticaching the events emitted from upstreams and replaying it to subscribers.classMultiFailOnItemTimeout.MultiFailOnItemTimeoutProcessorstatic classMultiFlatMapOp.FlatMapMainSubscriber<I,O>static classMultiGroupByOp.MultiGroupByProcessor<T,K,V>static classMultiIgnoreOp.MultiIgnoreProcessor<T>static classMultiMapOp.MapProcessor<I,O>classMultiOperatorProcessor<I,O>static classMultiRepeatUntilOp.RepeatProcessor<T>static classMultiSelectFirstUntilOtherOp.TakeUntilMainProcessor<T>static classMultiSelectFirstUntilOtherOp.TakeUntilOtherSubscriber<U> -
Uses of ContextSupport in io.smallrye.mutiny.operators.multi.builders
Classes in io.smallrye.mutiny.operators.multi.builders that implement ContextSupport Modifier and Type Class Description classBufferItemMultiEmitter<T>classSerializedMultiEmitter<T>Serializes calls to onItem, onFailure and onCompletion and their Reactive Streams equivalent. -
Uses of ContextSupport in io.smallrye.mutiny.operators.multi.multicast
Classes in io.smallrye.mutiny.operators.multi.multicast that implement ContextSupport Modifier and Type Class Description classMultiReferenceCountSubscriber<T> -
Uses of ContextSupport in io.smallrye.mutiny.operators.uni
Classes in io.smallrye.mutiny.operators.uni that implement ContextSupport Modifier and Type Class Description classUniMemoizeOp<I>classUniOperatorProcessor<I,O> -
Uses of ContextSupport in io.smallrye.mutiny.operators.uni.builders
Classes in io.smallrye.mutiny.operators.uni.builders that implement ContextSupport Modifier and Type Class Description classDefaultUniEmitter<T>Implementation of the Uni Emitter. -
Uses of ContextSupport in io.smallrye.mutiny.subscription
Subinterfaces of ContextSupport in io.smallrye.mutiny.subscription Modifier and Type Interface Description interfaceMultiEmitter<T>An object allowing to send signals to the downstreamMulti.interfaceUniEmitter<T>An object allowing to send signals to the downstreamUni.interfaceUniSubscriber<T>Will receive call toUniSubscriber.onSubscribe(UniSubscription)once after passing an instance of thisUniSubscribertoUniSubscribe.withSubscriber(UniSubscriber)retrieved fromUni.subscribe().Classes in io.smallrye.mutiny.subscription that implement ContextSupport Modifier and Type Class Description classSafeSubscriber<T>Wraps another Subscriber and ensures all onXXX methods conform the protocol (except the requirement for serialized access).classSerializedSubscriber<T>Subscriber that makes sure signals are delivered sequentially in case the onNext, onError or onComplete methods are called concurrently.static classSubscribers.CallbackBasedSubscriber<T>classSwitchableSubscriptionSubscriber<O>An implementation ofSubscriptionthat allows switching the upstream, dealing with the requests accordingly.classUniDelegatingSubscriber<I,O>classUniSerializedSubscriber<T>An implementation ofUniSubscriberandUniSubscriptionmaking sure event handlers are only called once.
-