safeOnNext
Safely processes the next message.
Override this method to handle messages. Any exceptions thrown will be caught and handled by safeOnNextError.
Parameters
value
The message value to process
Safely processes the next message.
Override this method to handle messages. Any exceptions thrown will be caught and handled by safeOnNextError.
The message value to process