Reactor Core

Project Reactor is the foundational reactive library powering Spring WebFlux. Provides Mono (0-1 element) and Flux (0-N element) publisher types implementing the Reactive Streams specification with composable operators.

API entry from apis.yml

apis.yml Raw ↑
name: Reactor Core
description: Project Reactor is the foundational reactive library powering Spring WebFlux. Provides Mono
  (0-1 element) and Flux (0-N element) publisher types implementing the Reactive Streams specification
  with composable operators.
humanUrl: https://projectreactor.io/
baseUrl: https://repo1.maven.org/maven2/io/projectreactor/reactor-core/
tags:
- Flux
- Mono
- Project Reactor
- Reactive Streams
- Reactor
properties:
- type: Documentation
  url: https://projectreactor.io/docs/core/release/reference/
- type: APIReference
  url: https://projectreactor.io/docs/core/release/api/
- type: GitHubRepository
  url: https://github.com/reactor/reactor-core
- type: Learning Materials
  url: https://projectreactor.io/learn
- type: Maven Repository
  url: https://mvnrepository.com/artifact/io.projectreactor/reactor-core