Scheduler
contract and static
registry and factory methods in Schedulers
.See: Description
Interface | Description |
---|---|
NonBlocking |
A marker interface that is detected on
Threads while executing Reactor
blocking APIs, resulting in these calls throwing an exception. |
Scheduler |
Provides an abstract asynchronous boundary to operators.
|
Scheduler.Worker |
A worker representing an asynchronous boundary that executes tasks.
|
Schedulers.Factory |
Public factory hook to override Schedulers behavior globally
|
Class | Description |
---|---|
Schedulers | |
Schedulers.Snapshot |
It is also
Disposable in case you don't want to restore the live Schedulers |
Scheduler
contract and static
registry and factory methods in Schedulers
.