Reactive Support in the Spring Framework: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=


Spring 5 comes with a new web reactive stack, consisting of a new reactive web framework, [[Spring WebFlux]].
Spring 5 comes with a new web reactive stack, consisting of a new reactive web framework, [[Spring WebFlux]], and a reactive REST Client [[Spring WebClient|WebClient]].
 
 
 
 
 
==WebClient==

Revision as of 04:26, 10 October 2018

Internal

Overview

Spring 5 comes with a new web reactive stack, consisting of a new reactive web framework, Spring WebFlux, and a reactive REST Client WebClient.