Uses of Interface
io.smallrye.mutiny.subscription.ContextSupport
-
Packages that use ContextSupport Package Description io.smallrye.mutiny.helpers.test io.smallrye.mutiny.subscription -
-
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>AMultiFlow.Subscriberfor 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.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 classMultiSubscriberAdapter<T>Thin adapter of aFlow.Subscriberto a MutinyMultiSubscriber.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 ofFlow.Subscriptionthat allows switching the upstream, dealing with the requests accordingly.classUniDelegatingSubscriber<I,O>classUniSerializedSubscriber<T>An implementation ofUniSubscriberandUniSubscriptionmaking sure event handlers are only called once.
-