Callback after the worker routine finished handle.
| 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) {} |
| 166 | |
| 167 | // Callback before the worker routine start batch handle. |
| 168 | virtual void BeforeBatchHandle(const comm::proto::ConsumerContext &cc, |
nothing calls this directly
no outgoing calls
no test coverage detected