Uses of Interface
io.objectbox.reactive.DataPublisher
-
Packages that use DataPublisher 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. -
-
Uses of DataPublisher in io.objectbox
Classes in io.objectbox that implement DataPublisher Modifier and Type Class Description (package private) classObjectClassPublisherADataPublisherthat notifiesDataObservers about changes in an entity box. -
Uses of DataPublisher in io.objectbox.query
Classes in io.objectbox.query that implement DataPublisher Modifier and Type Class Description (package private) classQueryPublisher<T>ADataPublisherthat 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 DataPublisher Modifier and Type Field Description private DataPublisher<T>DataSubscriptionImpl. publisherprivate DataPublisher<T>SubscriptionBuilder. publisherConstructors in io.objectbox.reactive with parameters of type DataPublisher Constructor Description DataSubscriptionImpl(DataPublisher<T> publisher, java.lang.Object publisherParam, DataObserver<T> observer)SubscriptionBuilder(DataPublisher<T> publisher, java.lang.Object param)
-