#include <ErrorListener.h>
Definition at line 30 of file ErrorListener.h.
virtual void onError |
( |
const Error & |
error | ) |
|
|
pure virtual |
Implement this member to get notified about errors in subscriptions.
- Parameters
-
error | identifies error occurred while processing multicast messages. |
- Note
- Usually, Handler is capable to recover from errors by itself. That means, there's no need to restart entire subscription manually. Instead, Handler will perform all necessary recovering by itself.
The documentation for this class was generated from the following file: