Package io.objectbox.rx
Class RxBoxStore
java.lang.Object
io.objectbox.rx.RxBoxStore
Static methods to Rx-ify ObjectBox queries.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> io.reactivex.Observable<Class>observable(io.objectbox.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.
-