Skip to content

Commit 740187c

Browse files
committed
Project description
1 parent fafb3d9 commit 740187c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)