@ParametersAreNonnullByDefault
configure
a DataSubscription for observing Box or Query changes.See: Description
| Interface | Description |
|---|---|
| DataObserver<T> |
Observer that can be subscribed to publishers (e.g.
|
| DataPublisher<T> | |
| DataSubscription |
The result of subscribing an @
DataObserver using @SubscriptionBuilder.observer(DataObserver). |
| DataTransformer<FROM,TO> |
Transforms or processes data before it is given to subscribed
DataObservers. |
| DelegatingObserver<T> | |
| ErrorObserver |
Exceptions thrown in
DataObserver and @DataTransformer can be observed by an error observer set via
SubscriptionBuilder.onError(ErrorObserver). |
| RunWithParam<T> | |
| Scheduler |
| Class | Description |
|---|---|
| DataSubscriptionList |
Tracks any number of
DataSubscription objects, which can be canceled with a single DataSubscriptionList.cancel() call. |
| SubscriptionBuilder<T> |
configure
a DataSubscription for observing Box or Query changes.
For more details look at the documentation of individual classes and docs.objectbox.io/data-observers-and-rx.