Callback before the pull thread start add items to Store.
| 144 | |
| 145 | // Callback before the pull thread start add items to Store. |
| 146 | virtual void BeforeAdd(const comm::proto::AddRequest &req) {} |
| 147 | |
| 148 | // Callback after the pull thread finished add items to Store. |
| 149 | virtual void AfterAdd(const comm::proto::AddRequest &req, const comm::proto::AddResponse &resp) {} |
nothing calls this directly
no outgoing calls
no test coverage detected