Callback after the pull thread finished add items to Store.
| 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) {} |
| 150 | |
| 151 | // Callback after the consume thread finished consume. |
| 152 | // e.g. For add items to retry queue. |
nothing calls this directly
no outgoing calls
no test coverage detected