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