Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreReactor Core is the foundational library of Project Reactor. It provides a fully non-blocking, backpressure-ready implementation of the Reactive Streams specification for Java 8 and above.
It introduces two core reactive types, Flux (for 0 to N elements) and Mono (for 0 or 1 element), which are used extensively across the Spring ecosystem to build reactive applications.