Uses of Interface
io.smallrye.mutiny.subscription.ContextSupport
Packages that use ContextSupport
-
Uses of ContextSupport in io.smallrye.mutiny.helpers.test
Classes in io.smallrye.mutiny.helpers.test that implement ContextSupportModifier and TypeClassDescriptionclassAMultiFlow.Subscriberfor testing purposes that comes with useful assertion helpers.classAUniUniSubscriberfor testing purposes that comes with useful assertion helpers. -
Uses of ContextSupport in io.smallrye.mutiny.subscription
Subinterfaces of ContextSupport in io.smallrye.mutiny.subscriptionModifier and TypeInterfaceDescriptioninterfaceMultiEmitter<T>An object allowing to send signals to the downstreamMulti.interfaceUniEmitter<T>An object allowing to send signals to the downstreamUni.interfaceWill 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 ContextSupportModifier and TypeClassDescriptionclassThin adapter of aFlow.Subscriberto a MutinyMultiSubscriber.final classWraps another Subscriber and ensures all onXXX methods conform the protocol (except the requirement for serialized access).final classSubscriber that makes sure signals are delivered sequentially in case the onNext, onError or onComplete methods are called concurrently.static classclassAn implementation ofFlow.Subscriptionthat allows switching the upstream, dealing with the requests accordingly.classclassAn implementation ofUniSubscriberandUniSubscriptionmaking sure event handlers are only called once.