-
- All Known Subinterfaces:
CancellableSubscriber<T>
,UniSubscription
- All Known Implementing Classes:
Subscribers.CallbackBasedSubscriber
,UniSerializedSubscriber
public interface Cancellable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Runs the cancellation action.
-