#include <ResponseHandler.h>
Collaboration diagram for qpid::client::ResponseHandler:
Public Member Functions | |
bool | isWaiting () |
Is a response expected? | |
void | signalResponse (MethodPtr response) |
Provide a response to the waiting thread. | |
void | expect () |
Indicate a message is expected. | |
MethodPtr | receive () |
Wait for a response. | |
MethodPtr | receive (framing::ClassId, framing::MethodId) |
Wait for a specific response. | |
template<class BodyType> | |
shared_ptr< BodyType > | receive () |
Template version of receive returns typed pointer. |