Allows an async send to complete at a later time via a Response event.
More...
#include <src/main/activemq/transport/ResponseCallback.h>
Allows an async send to complete at a later time via a Response event.
◆ ResponseCallback()
activemq::transport::ResponseCallback::ResponseCallback |
( |
| ) |
|
◆ ~ResponseCallback()
virtual activemq::transport::ResponseCallback::~ResponseCallback |
( |
| ) |
|
|
virtual |
◆ onComplete()
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.
- Parameters
-
response | The result of the asynchronous operation that registered this call-back. |
The documentation for this class was generated from the following file: