Spring WebFlux Reactive API

Reactive-stack web framework for building non-blocking, event-driven web applications on top of Project Reactor. Supports annotated controllers and functional endpoints with reactive programming model.

API entry from apis.yml

apis.yml Raw ↑
aid: spring-framework:spring-webflux
name: Spring WebFlux Reactive API
description: Reactive-stack web framework for building non-blocking, event-driven web applications on
  top of Project Reactor. Supports annotated controllers and functional endpoints with reactive programming
  model.
image: https://spring.io/img/spring-logo.svg
humanURL: https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html
baseURL: http://localhost:8080
tags:
- Non-Blocking
- Reactive
- Reactor
- WebFlux
properties:
- type: Documentation
  url: https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html
- type: API Reference
  url: https://docs.spring.io/spring-framework/docs/current/javadoc-api/
- type: Guide
  url: https://spring.io/guides/gs/reactive-rest-service/