onErrorContinue
Continues the stream when an upstream error occurs.
Signature
Source.onErrorContinueSource.onErrorContinue Flow.onErrorContinueFlow.onErrorContinue
Description
Continues the stream when an upstream error occurs.
Reactive Streams semantics
emits element is available from the upstream
backpressures downstream backpressures
completes upstream completes or upstream failed with exception this operator can’t handle
Cancels when downstream cancels
1.3.0