| 23 | |
| 24 | |
| 25 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected