Uses of Interface
io.objectbox.reactive.DataPublisher
Packages that use DataPublisher
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.-
Uses of DataPublisher in io.objectbox
Classes in io.objectbox that implement DataPublisherModifier and TypeClassDescription(package private) classADataPublisherthat notifiesDataObservers about changes in an entity box. -
Uses of DataPublisher in io.objectbox.query
Classes in io.objectbox.query that implement DataPublisherModifier and TypeClassDescription(package private) classADataPublisherthat subscribes to an ObjectClassPublisher if there is at least one observer. -
Uses of DataPublisher in io.objectbox.reactive
Fields in io.objectbox.reactive declared as DataPublisherModifier and TypeFieldDescriptionprivate DataPublisher<T> DataSubscriptionImpl.publisherprivate final DataPublisher<T> SubscriptionBuilder.publisherConstructors in io.objectbox.reactive with parameters of type DataPublisherModifierConstructorDescription(package private)DataSubscriptionImpl(DataPublisher<T> publisher, Object publisherParam, DataObserver<T> observer) SubscriptionBuilder(DataPublisher<T> publisher, Object param)