Tag Archives: spring webflux

REST with Spring WebFlux and Reactor

By | December 8, 2019

Reading Time: 7 minutes In 2016 I wrote a series of articles in which I developed a REST service which used Jersey’s asynchronous response processing and RxJava in a Spring Boot application. Since then I have used Spring WebFlux, which is the reactive, non-blocking and event-driven counterpart of Spring MVC. I have also had the opportunity to at least… Read More »