Abstract interface for giving notifications about errors and status changes. More...

Public Member Functions | |
| virtual void | error_callback ()=0 |
| This callback will be called when an error occurred, like the connection broke down. More... | |
| virtual void | status_change_callback ()=0 |
| This callback will be called when some node in the pool changed status, e.g., a cluster was reserved or released. More... | |
| virtual void | cluster_change_callback ()=0 |
| This callback will be called when the user's cluster changed. More... | |
| virtual void | cluster_ready_callback (bool is_ready)=0 |
| This callback will be called when the cluster is fully started and connected. More... | |
Additional Inherited Members | |
Public Types inherited from mi::base::Interface_declare< 0x1b9bfd07, 0x9693, 0x4e3f, 0x83, 0xb1, 0x85, 0x3b, 0x91, 0x83, 0xd2, 0x66 > | |
| typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > | Self |
| Own type. More... | |
| typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > | IID |
| Declares the interface ID (IID) of this interface. More... | |
Static Public Member Functions inherited from mi::base::Interface_declare< 0x1b9bfd07, 0x9693, 0x4e3f, 0x83, 0xb1, 0x85, 0x3b, 0x91, 0x83, 0xd2, 0x66 > | |
| static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... | |
Abstract interface for giving notifications about errors and status changes.
|
pure virtual |
This callback will be called when the user's cluster changed.
|
pure virtual |
This callback will be called when the cluster is fully started and connected.
| is_ready | True, if the cluster is up and ready to be connected |
|
pure virtual |
This callback will be called when an error occurred, like the connection broke down.
|
pure virtual |
This callback will be called when some node in the pool changed status, e.g., a cluster was reserved or released.