- An intro to HTTP as a protocol
- reactive in the world of HTTP (how do u get backpressure?)
- MVC-style controllers (
CustomerRestController
) - functional reactive endpoints (
SimpleFunctionalEndpointConfiguration
) - custom route predicates (
CustomRoutePredicates
) - fn-reactive Customer REST endpoints (
CustomerEndpointConfiguration
) - Spring HATEOAS now supports reactive endpoints
- fn-reactive Customer HTTP views (
CustomerEndpointConfiguration
) with Thymeleaf - server sent events
- websockets
- the reactive HTTP
WebClient