Callback after the pull thread finished get items from Store.
| 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) {} |
| 144 | |
| 145 | // Callback before the pull thread start add items to Store. |
| 146 | virtual void BeforeAdd(const comm::proto::AddRequest &req) {} |
nothing calls this directly
no outgoing calls
no test coverage detected