-
I tried to use DataLoaders in a Spring WebFlux application, all the APIs in the service/repositories returned a Mono/Flux, but there is no a DataLoader variant for these case. |
Beta Was this translation helpful? Give feedback.
Answered by
bbakerman
Sep 6, 2021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hantsy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mono
s can be made intoCompletableFuture
s