Package io.objectbox.rx3
Class RxBoxStore
java.lang.Object
io.objectbox.rx3.RxBoxStore
Static methods to Rx-ify ObjectBox queries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.reactivex.rxjava3.core.Observable<Class> observable(BoxStore boxStore) Using the returned Observable, you can be notified about data changes.
-
Constructor Details
-
RxBoxStore
public RxBoxStore()
-
-
Method Details
-
observable
Using the returned Observable, you can be notified about data changes. Once a transaction is committed, you will get info on classes with changed Objects.
-