reactor-core 3.8.6-SNAPSHOT
This document is the API specification for the Reactor Core library.
Routine use of Reactor will involve the composable Reactive Streams
Flux
and Mono
located under reactor.core.publisher.
Reactor Core is a succinct and powerful foundational library for building reactive and efficient applications on the JVM. More detailed documentation is available on the reference guide.
Packages
Package
Description
Adapt
Publisher to Java 9+
Flow.Publisher.Core components of the framework supporting extensions to the Reactive Stream
programming model.
Scheduler contract and static
registry and factory methods in Schedulers.Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
Queue
suppliers and utilities
Used for operational serialization (serializing threads) or buffering (asynchronous boundary).Miscellaneous utility classes, such as loggers, tuples or queue suppliers and implementations.
Tuples provide a type-safe way to specify multiple parameters.