Webflux with Kotlin and Arrow
ยท One min read
Webflux with Kotlin and Arrow shows how you can use Arrow together with Spring Webflux to create a reactive REST application. This article explains how to use the MonoK
and the FluxK
Arrow extensions together with the binding
function to make working with the Mono
and Flux
reactor constructs much easier and better understandable.