Skip navigation links
reactor-core

@NonNullApi

Package reactor.core.publisher

Provide main Reactive APIs in Flux and Mono, as well as various helper classes, interfaces used in the composition API, variants of Flux and operator-building utilities.

See: Description

Package reactor.core.publisher Description

Provide main Reactive APIs in Flux and Mono, as well as various helper classes, interfaces used in the composition API, variants of Flux and operator-building utilities.

Flux

A typed N-elements or zero sequence Publisher with core reactive extensions.

Mono

A typed one-element at most sequence Publisher with core reactive extensions.
Author:
Stephane Maldini
Skip navigation links
reactor-core