Uses of Interface
io.objectbox.reactive.Scheduler
-
Packages that use Scheduler Package Description io.objectbox.reactive Classes toconfigureaDataSubscriptionfor observing Box or Query changes. -
-
Uses of Scheduler in io.objectbox.reactive
Fields in io.objectbox.reactive declared as Scheduler Modifier and Type Field Description private SchedulerSubscriptionBuilder. schedulerMethods in io.objectbox.reactive that return Scheduler Modifier and Type Method Description (package private) static SchedulerSchedulers. async()(package private) static SchedulerSchedulers. singleThreadSequential()Methods in io.objectbox.reactive with parameters of type Scheduler Modifier and Type Method Description SubscriptionBuilder<T>SubscriptionBuilder. on(Scheduler scheduler)Changes the thread in which theDataObserver(and potentially @ErrorObserver) is called.
-