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

Method Handler

phxqueue/comm/handler.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29class Handler {
30 public:
31 Handler() {}
32 virtual ~Handler() {}
33
34 virtual HandleResult Handle(const proto::ConsumerContext &cc, proto::QItem &item, std::string &uncompressed_buffer) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected