Schedulers
providing methods for
retrieving the standard scheduler instances, the TestScheduler
for testing flows
with scheduling in a controlled manner and the class Timed
that can hold
a value and a timestamp associated with it.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.
|
Schedulers
providing methods for
retrieving the standard scheduler instances, the TestScheduler
for testing flows
with scheduling in a controlled manner and the class Timed
that can hold
a value and a timestamp associated with it.