Callback before the worker routine start handle.
| 160 | |
| 161 | // Callback before the worker routine start handle. |
| 162 | virtual void BeforeHandle(const comm::proto::ConsumerContext &cc, const comm::proto::QItem &item) {} |
| 163 | |
| 164 | // Callback after the worker routine finished handle. |
| 165 | virtual void AfterHandle(const comm::proto::ConsumerContext &cc, const comm::proto::QItem &item, const comm::HandleResult &handle_result) {} |
nothing calls this directly
no outgoing calls
no test coverage detected