monix.reactive.observers
A safe subscriber safe guards subscriber implementations, such that:
onComplete
onError
Ack.Stop
onNext
Stop
A safe subscriber safe guards subscriber implementations, such that:
onComplete
andonError
signals are back-pressuredAck.Stop
, to stop sending eventsonError
oronComplete
was emitted, the observer no longer acceptsonNext
events, ensuring that the grammar is respectedStop
, the observer no longer accepts any events, ensuring that the grammar is respected