See: Description
| Interface | Description |
|---|---|
| SchedulerRunnableIntrospection |
Interface to indicate the implementor class wraps a
Runnable that can
be accessed via SchedulerRunnableIntrospection.getWrappedRunnable(). |
| Class | Description |
|---|---|
| Schedulers |
Static factory methods for returning standard Scheduler instances.
|
| TestScheduler |
A special, non thread-safe scheduler for testing operators that require
a scheduler without introducing real concurrency and allows manually advancing
a virtual time.
|
| Timed<T> |
Holds onto a value along with time information.
|