Callback before the pull thread start get items from Store.
| 138 | |
| 139 | // Callback before the pull thread start get items from Store. |
| 140 | virtual void BeforeGet(const comm::proto::GetRequest &req) {} |
| 141 | |
| 142 | // Callback after the pull thread finished get items from Store. |
| 143 | virtual void AfterGet(const comm::proto::GetRequest &req, const comm::proto::GetResponse &resp) {} |
nothing calls this directly
no outgoing calls
no test coverage detected