nfrankel
10/29/2020, 7:08 PMFlux<T>
/ Mono<T>
where T
is the entity i play with
i’ve a caching service that checks first whether an entity is in the cache and returns it from here before querying the repo
and the controller transforms the Flux<T>
/ Mono<T>
to a Mono<ServerResponse>