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

Method ~Handler

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected