Uses of Package
io.objectbox.reactive
Packages that use io.objectbox.reactive
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
Classes to
configure
a DataSubscription for observing Box or Query changes.-
Classes in io.objectbox.reactive used by io.objectboxClassDescriptionObserver that can be subscribed to publishers (e.g.
-
Classes in io.objectbox.reactive used by io.objectbox.queryClassDescriptionObserver that can be subscribed to publishers (e.g.The result of subscribing an @
DataObserverusing @SubscriptionBuilder.observer(DataObserver).Tracks any number ofDataSubscriptionobjects, which can be canceled with a singleDataSubscriptionList.cancel()call. -
Classes in io.objectbox.reactive used by io.objectbox.reactiveClassDescriptionObserver that can be subscribed to publishers (e.g.The result of subscribing an @
DataObserverusing @SubscriptionBuilder.observer(DataObserver).Tracks any number ofDataSubscriptionobjects, which can be canceled with a singleDataSubscriptionList.cancel()call.Transforms or processes data before it is given to subscribedDataObservers.Exceptions thrown inDataObserverand @DataTransformercan be observed by an error observer set viaSubscriptionBuilder.onError(ErrorObserver).