ExecutionCallback allows to asynchronously get notified when the execution is completed, either successfully or with error.
More...
#include <ExecutionCallback.h>
template<typename V>
class hazelcast::client::ExecutionCallback< V >
ExecutionCallback allows to asynchronously get notified when the execution is completed, either successfully or with error.
- Parameters
-
◆ onFailure()
Called when an execution is completed with an error.
- Parameters
-
e | the exception that is thrown |
◆ onResponse()
Called when an execution is completed successfully.
- Parameters
-
response | the result of the successful execution |
The documentation for this class was generated from the following file: