Hazelcast C++ Client
Hazelcast C++ Client Library
hazelcast::client::execution_callback< V > Member List

This is the complete list of members for hazelcast::client::execution_callback< V >, including all inherited members.

on_failure(std::exception_ptr e)=0hazelcast::client::execution_callback< V >pure virtual
on_response(const boost::optional< V > &response)=0hazelcast::client::execution_callback< V >pure virtual
~execution_callback()=default (defined in hazelcast::client::execution_callback< V >)hazelcast::client::execution_callback< V >virtual