qpid::broker::DeliveryAdapter Class Reference
The intention behind this interface is to separate the generic handling of some form of message delivery to clients that is contained in the version independent Channel class from the details required for a particular situation or version.
More...
#include <DeliveryAdapter.h>
List of all members.
|
Public Member Functions |
virtual DeliveryId | deliver (QueuedMessage &msg, DeliveryToken::shared_ptr token)=0 |
Detailed Description
The intention behind this interface is to separate the generic handling of some form of message delivery to clients that is contained in the version independent Channel class from the details required for a particular situation or version.
i.e. where the existing adapters allow (through supporting the generated interface for a version of the protocol) inputs of a channel to be adapted to the version independent part, this does the same for the outputs.
The documentation for this class was generated from the following file: