Package io.objectbox.reactive
Interface DataSubscription
-
- All Known Implementing Classes:
DataSubscriptionList
public interface DataSubscriptionThe result of subscribing an @DataObserverusing @SubscriptionBuilder.observer(DataObserver). Used to cancel the subscription (unsubscribe).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()The Observer shall not receive anymore updates.booleanisCanceled()Current cancellation state of the subscription.
-