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

Method SimpleConsumer

phxqueue/test/simpleconsumer.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class SimpleConsumer : public consumer::Consumer {
26 public:
27 SimpleConsumer(const consumer::ConsumerOption &opt) : consumer::Consumer(opt) {}
28 virtual ~SimpleConsumer() override = default;
29
30 virtual comm::RetCode Get(const comm::proto::GetRequest &req,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected