We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafb3d9 commit 740187cCopy full SHA for 740187c
README.md
@@ -0,0 +1,13 @@
1
+# spring-boot-reactive-api
2
+
3
+Implements a WebFlux reactive API with functional routers Edit
4
5
6
+## Routing
7
8
+Routing is implemented as a `@Configuration` class that defines a `@Bean` `RoutingFunction` method.
9
10
+## Handlers
11
12
+Reactive Netty does not depend on any Servlet implementation, so we can simply declare the handler methods using
13
+`WebFlux` reactive types, mainly `Mono` and `Flux`
0 commit comments