Class RxBoxStore

java.lang.Object
io.objectbox.rx.RxBoxStore

public abstract class RxBoxStore extends Object
Static methods to Rx-ify ObjectBox queries.
  • Constructor Details

    • RxBoxStore

      public RxBoxStore()
  • Method Details

    • observable

      public static <T> io.reactivex.Observable<Class> observable(io.objectbox.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.