LogResumeErrorMessageHandler

Error handler that logs errors and resumes with an empty Mono.

Useful for error-tolerant message processing where failures should be logged but not propagated.

Functions

Link copied to clipboard
fun <T : Any> handle(handled: Mono<T>): Mono<T>

Handles errors in a Mono by logging them and returning an empty Mono.