Hazelcast C++ Client
|
Listener object for listening lifecycle events of hazelcast instance. More...
#include <LifecycleListener.h>
Public Member Functions | |
virtual void | stateChanged (const LifecycleEvent &lifecycleEvent)=0 |
Called when instance's state changes. More... | |
Listener object for listening lifecycle events of hazelcast instance.
Warning 1: If listener should do a time consuming operation, off-load the operation to another thread. otherwise it will slow down the system.
Warning 2: Do not make a call to hazelcast. It can cause deadlock.
|
pure virtual |
Called when instance's state changes.
lifecycleEvent | LifecycleEvent |