| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected