Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::item_event_base Class Reference
+ Inheritance diagram for hazelcast::client::item_event_base:

Public Member Functions

 item_event_base (const std::string &name, const member &member, const item_event_type &event_type)
 
const memberget_member () const
 Returns the member fired this event. More...
 
item_event_type get_event_type () const
 Return the event type. More...
 
const std::string & get_name () const
 Returns the name of the collection for this event. More...
 

Member Function Documentation

◆ get_event_type()

item_event_type hazelcast::client::item_event_base::get_event_type ( ) const

Return the event type.

Returns
event type ItemEventType

◆ get_member()

const member & hazelcast::client::item_event_base::get_member ( ) const

Returns the member fired this event.

Returns
the member fired this event.

◆ get_name()

const std::string & hazelcast::client::item_event_base::get_name ( ) const

Returns the name of the collection for this event.

Returns
name of the collection.

The documentation for this class was generated from the following files: