79578276

Date: 2025-04-17 00:16:36
Score: 1
Natty:
Report link

In service B, your method signature returns

ResponseEntity<Mono<Void>>

instead of

ResponseEntity<Void>

Especially when in service A you have

.bodyToMono(Void.class)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mircea Sirghi