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

Class EchoHandler

phxqueue_phxrpc/test/echo_handler.h:25–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25class EchoHandler : public phxqueue::comm::Handler {
26 public:
27 EchoHandler() {}
28 virtual ~EchoHandler() override = default;
29
30 virtual phxqueue::comm::HandleResult Handle(const phxqueue::comm::proto::ConsumerContext &cc,
31 phxqueue::comm::proto::QItem &item,
32 std::string &uncompressed_buffer) override;
33};
34
35
36} // namespace test

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected