doc: webflux文档补充目录

This commit is contained in:
asahi
2025-03-11 19:16:50 +08:00
parent d04f72efc0
commit 012f4b44cb

View File

@@ -1,3 +1,40 @@
- [Spring Webflux](#spring-webflux)
- [Concept](#concept)
- [核心机制](#核心机制)
- [reactive](#reactive)
- [back pressure](#back-pressure)
- [reactive stream](#reactive-stream)
- [编程模型](#编程模型)
- [并发模型](#并发模型)
- [spring mvc](#spring-mvc)
- [webflux](#webflux)
- [调用阻塞api](#调用阻塞api)
- [Reactive Core](#reactive-core)
- [HttpHandler](#httphandler)
- [server api adapters](#server-api-adapters)
- [Reactor Netty](#reactor-netty)
- [Undertow](#undertow)
- [Tomcat](#tomcat)
- [Jetty](#jetty)
- [WebHandler API](#webhandler-api)
- [bean types for WebHttpHandlerBuilder auto-detect](#bean-types-for-webhttphandlerbuilder-auto-detect)
- [Form Data](#form-data)
- [Multipart Data](#multipart-data)
- [Filter](#filter)
- [UrlHandler](#urlhandler)
- [Exceptions](#exceptions)
- [Logging](#logging)
- [Log Id](#log-id)
- [Appenders](#appenders)
- [DispatcherHandler](#dispatcherhandler)
- [DispatcherHandler委托](#dispatcherhandler委托)
- [Processing](#processing)
- [Result Handling](#result-handling)
- [Annotated Controllers](#annotated-controllers)
- [@Controller](#controller)
- [AOP](#aop)
# Spring Webflux
## Concept
### 核心机制