writing tests and not sure how can one rewrite this code: to reactive one: Note: first findById() signature is: Optional findById(Long id) second findById() signature is: Mono findById(ID id) Answer It is possible to do something like this:
writing tests and not sure how can one rewrite this code: to reactive one: Note: first findById() signature is: Optional findById(Long id) second findById() signature is: Mono findById(ID id) Answer It is possible to do something like this: