Package io.objectbox.reactive
@ParametersAreNonnullByDefault
package io.objectbox.reactive
Classes to
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.
-
ClassDescriptionDataObserver<T>Observer that can be subscribed to publishers (e.g.The result of subscribing an @
DataObserver
using @SubscriptionBuilder.observer(DataObserver)
.Tracks any number ofDataSubscription
objects, which can be canceled with a singleDataSubscriptionList.cancel()
call.DataTransformer<FROM,TO> Transforms or processes data before it is given to subscribedDataObserver
s.Exceptions thrown inDataObserver
and @DataTransformer
can be observed by an error observer set viaSubscriptionBuilder.onError(ErrorObserver)
.RunWithParam<T>