Uses of Interface
io.smallrye.mutiny.subscription.Cancellable
-
-
Uses of Cancellable in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return Cancellable Modifier and Type Method Description CancellableMultiSubscribe. with(java.util.function.Consumer<? super org.reactivestreams.Subscription> onSubscription, java.util.function.Consumer<? super T> onItem, java.util.function.Consumer<? super java.lang.Throwable> onFailure, java.lang.Runnable onComplete)Subscribes to theMultito start receiving the items.CancellableMultiSubscribe. with(java.util.function.Consumer<? super T> onItem)Subscribes to theMultito start receiving the items.CancellableMultiSubscribe. with(java.util.function.Consumer<? super T> onItem, java.lang.Runnable onComplete)Subscribes to theMultito start receiving the items.CancellableMultiSubscribe. with(java.util.function.Consumer<? super T> onItem, java.util.function.Consumer<? super java.lang.Throwable> onFailure)Subscribes to theMultito start receiving the items.CancellableMultiSubscribe. with(java.util.function.Consumer<? super T> onItem, java.util.function.Consumer<? super java.lang.Throwable> onFailure, java.lang.Runnable onComplete)Subscribes to theMultito start receiving the items.CancellableUniSubscribe. with(java.util.function.Consumer<? super T> onItemCallback)LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemwhen the item is received.CancellableUniSubscribe. with(java.util.function.Consumer<? super T> onItemCallback, java.util.function.Consumer<? super java.lang.Throwable> onFailureCallback)LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemandonFailurecallbacks when the events are received. -
Uses of Cancellable in io.smallrye.mutiny.helpers
Classes in io.smallrye.mutiny.helpers that implement Cancellable Modifier and Type Class Description classEmptyUniSubscriptionAn implementation ofUniSubscriptionignoring all call toEmptyUniSubscription.cancel().static classSubscriptions.EmptySubscriptionclassUniCallbackSubscriber<T>Implementation of aUniSubscriberbased on callbacks. -
Uses of Cancellable in io.smallrye.mutiny.operators.multi.multicast
Methods in io.smallrye.mutiny.operators.multi.multicast with parameters of type Cancellable Modifier and Type Method Description voidConnectableMultiConnection. accept(Cancellable action) -
Uses of Cancellable in io.smallrye.mutiny.operators.uni
Classes in io.smallrye.mutiny.operators.uni that implement Cancellable Modifier and Type Class Description classUniOperatorProcessor<I,O> -
Uses of Cancellable in io.smallrye.mutiny.operators.uni.builders
Classes in io.smallrye.mutiny.operators.uni.builders that implement Cancellable Modifier and Type Class Description classDefaultUniEmitter<T>Implementation of the Uni Emitter. -
Uses of Cancellable in io.smallrye.mutiny.subscription
Subinterfaces of Cancellable in io.smallrye.mutiny.subscription Modifier and Type Interface Description interfaceCancellableSubscriber<T>interfaceUniSubscriptionASubscriptionfor theUnitype.Classes in io.smallrye.mutiny.subscription that implement Cancellable Modifier and Type Class Description static classSubscribers.CallbackBasedSubscriber<T>classUniSerializedSubscriber<T>An implementation ofUniSubscriberandUniSubscriptionmaking sure event handlers are only called once.
-