Package io.objectbox.rx3
Class RxBoxStore
- java.lang.Object
-
- io.objectbox.rx3.RxBoxStore
-
public abstract class RxBoxStore extends java.lang.ObjectStatic methods to Rx-ify ObjectBox queries.
-
-
Constructor Summary
Constructors Constructor Description RxBoxStore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.reactivex.rxjava3.core.Observable<java.lang.Class>observable(BoxStore boxStore)Using the returned Observable, you can be notified about data changes.
-
-
-
Method Detail
-
observable
public static io.reactivex.rxjava3.core.Observable<java.lang.Class> observable(BoxStore boxStore)
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.
-
-