Package io.smallrye.mutiny.subscription
Interface Cancellable
-
- All Known Subinterfaces:
CancellableSubscriber<T>,UniSubscription
- All Known Implementing Classes:
DefaultUniEmitter,EmptyUniSubscription,Subscribers.CallbackBasedSubscriber,Subscriptions.EmptySubscription,UniCallbackSubscriber,UniOperatorProcessor,UniSerializedSubscriber
public interface Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Runs the cancellation action.
-