Params:type – the Class of Exception that are resumed from. errorConsumer – a BiConsumer fed with errors matching the Class and the value that triggered the error.
Returns:a Mono that attempts to continue processing on some errors.
Params:errorPredicate – a Predicate used to filter which errors should be resumed from. This MUST be idempotent, as it can be used several times. errorConsumer – a BiConsumer fed with errors matching the predicate and the value that triggered the error.
Returns:a Mono that attempts to continue processing on some errors.