banking-kata-java icon indicating copy to clipboard operation
banking-kata-java copied to clipboard

Java Reactive Programming

Open valentinajemuovic opened this issue 2 years ago • 1 comments

Currently, we use blocking operations, e.g. see RealNationalIdentityProvider, part

.bodyToMono(UserDto.class)
                .block()

The goal is to make it non-blocking, using Mono/Flux

valentinajemuovic avatar Jan 05 '23 09:01 valentinajemuovic