消费者对象结构 更多...
#include <consumer.hpp>
Public 类型 | |
using | ptr = std::shared_ptr< Consumer > |
消费者结构管理指针 | |
using | ptr = std::shared_ptr< Consumer > |
消费者结构管理指针 | |
Public 成员函数 | |
Consumer () | |
无参构造函数 | |
Consumer (const std::string &ctag, const std::string &queue_name, bool ack, const ConsumerCallback &cb) | |
消费者构造函数 | |
Consumer () | |
无参构造函数 | |
Consumer (const std::string &ctag, const std::string &queue_name, bool ack, const ConsumerCallback &cb) | |
消费者构造函数 | |
Public 属性 | |
std::string | tag |
消费者标识 | |
std::string | qname |
消费者订阅的队列名称 | |
bool | auto_ack |
自动确认标志 | |
ConsumerCallback | callback |
消费者回调函数 | |
消费者对象结构
using XuMQ::Consumer::ptr = std::shared_ptr<Consumer> |
消费者结构管理指针
using XuMQ::Consumer::ptr = std::shared_ptr<Consumer> |
消费者结构管理指针
|
inline |
无参构造函数
|
inline |
消费者构造函数
ctag | 消费者标识 |
queue_name | 消费者订阅的队列名称 |
ack | 自动确认标志 |
cb | 消费者回调函数 |
|
inline |
无参构造函数
|
inline |
消费者构造函数
ctag | 消费者标识 |
queue_name | 消费者订阅的队列名称 |
ack | 自动确认标志 |
cb | 消费者回调函数 |
bool XuMQ::Consumer::auto_ack |
自动确认标志
ConsumerCallback XuMQ::Consumer::callback |
消费者回调函数
std::string XuMQ::Consumer::qname |
消费者订阅的队列名称
std::string XuMQ::Consumer::tag |
消费者标识