Uses of Interface
io.smallrye.mutiny.subscription.Cancellable
Packages that use Cancellable
-
Uses of Cancellable in io.smallrye.mutiny.groups
Methods in io.smallrye.mutiny.groups that return CancellableModifier and TypeMethodDescriptionMultiSubscribe.with(Context context, Consumer<? super Flow.Subscription> onSubscription, Consumer<? super T> onItem, Consumer<? super Throwable> onFailure, Runnable onComplete) Subscribes to theMultito start receiving the items.Subscribes to theMultito start receiving the items.Subscribes to theMultito start receiving the items.MultiSubscribe.with(Context context, Consumer<? super T> onItem, Consumer<? super Throwable> onFailure) Subscribes to theMultito start receiving the items.MultiSubscribe.with(Context context, Consumer<? super T> onItem, Consumer<? super Throwable> onFailure, Runnable onComplete) Subscribes to theMultito start receiving the items.MultiSubscribe.with(Consumer<? super Flow.Subscription> onSubscription, Consumer<? super T> onItem, Consumer<? super Throwable> onFailure, Runnable onComplete) Subscribes to theMultito start receiving the items.Subscribes to theMultito start receiving the items.Subscribes to theMultito start receiving the items.Subscribes to theMultito start receiving the items.MultiSubscribe.with(Consumer<? super T> onItem, Consumer<? super Throwable> onFailure, Runnable onComplete) Subscribes to theMultito start receiving the items.LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemwhen the item is received.UniSubscribe.with(Context context, Consumer<? super T> onItemCallback, Consumer<? super Throwable> onFailureCallback) LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemandonFailurecallbacks when the events are received.LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemwhen the item is received.UniSubscribe.with(Consumer<? super T> onItemCallback, Consumer<? super Throwable> onFailureCallback) LikeUniSubscribe.withSubscriber(UniSubscriber)with creating an artificialUniSubscribercalling theonItemandonFailurecallbacks when the events are received. -
Uses of Cancellable in io.smallrye.mutiny.subscription
Subinterfaces of Cancellable in io.smallrye.mutiny.subscriptionClasses in io.smallrye.mutiny.subscription that implement CancellableModifier and TypeClassDescriptionstatic classclassAn implementation ofUniSubscriberandUniSubscriptionmaking sure event handlers are only called once.