Callback after the pull thread finished lock process.
| 132 | |
| 133 | // Callback after the pull thread finished lock process. |
| 134 | virtual void AfterLock(const comm::proto::ConsumerContext &cc) {} |
| 135 | |
| 136 | // Custom pre_cursor_id/next_cursor_id/limit in comm::GetRequest before Get. |
| 137 | virtual void CustomGetRequest(const comm::proto::ConsumerContext &cc, const comm::proto::GetRequest &req, uint64_t &pre_cursor_id, uint64_t &next_cursor_id, int &limit); |
nothing calls this directly
no outgoing calls
no test coverage detected