public interface DataSubscription
DataObserver using @SubscriptionBuilder.observer(DataObserver).
Used to cancel the subscription (unsubscribe).| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
The Observer shall not receive anymore updates.
|
boolean |
isCanceled()
Current cancellation state of the subscription.
|