I\'m having difficulty returning a 404 when an id is not found. Adding .or(Mono.just(ResponseEntity.notFound().build())) to these statements is throwing compila
.or(Mono.just(ResponseEntity.notFound().build()))