|
activemq-cpp-3.9.0
|
Allows an async send to complete at a later time via a Response event. More...
#include <src/main/activemq/transport/ResponseCallback.h>
Public Member Functions | |
| ResponseCallback () | |
| virtual | ~ResponseCallback () |
| virtual void | onComplete (decaf::lang::Pointer< commands::Response > response)=0 |
| When an Asynchronous operations completes this event is fired. More... | |
Allows an async send to complete at a later time via a Response event.
| activemq::transport::ResponseCallback::ResponseCallback | ( | ) |
|
virtual |
|
pure virtual |
When an Asynchronous operations completes this event is fired.
The provided FutureResponse can either contain the result of the operation or an exception indicating that the operation failed.
| response | The result of the asynchronous operation that registered this call-back. |