MCPcopy Create free account
hub / github.com/Tencent/phxqueue / GetConsumerOption

Method GetConsumerOption

phxqueue/consumer/consumer.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93Consumer::~Consumer() {}
94
95const ConsumerOption * Consumer::GetConsumerOption() const {
96 return &impl_->opt;
97}
98
99void Consumer::AddHandlerFactory(const int handle_id, comm::HandlerFactory * const hf) {
100 impl_->fs.AddFactory(handle_id, hf);

Callers 3

GetAddrScaleMethod · 0.80
DoLockMethod · 0.80
LockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected