![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
Event to be fired when lifecycle states are changed. More...
#include <lifecycle_event.h>
Public Types | |
enum | lifecycle_state { STARTING , STARTED , SHUTTING_DOWN , SHUTDOWN , CLIENT_CONNECTED , CLIENT_DISCONNECTED } |
State enum. | |
Public Member Functions | |
lifecycle_event (lifecycle_state state) | |
Constructor. | |
lifecycle_state | get_state () const |
Event to be fired when lifecycle states are changed.
enum LifeCycleState { STARTING, STARTED, SHUTTING_DOWN, SHUTDOWN, CLIENT_CONNECTED, CLIENT_DISCONNECTED };
Definition at line 37 of file lifecycle_event.h.
lifecycle_event::lifecycle_state hazelcast::client::lifecycle_event::get_state | ( | ) | const |