Callback before the pull thread start lock process.
| 129 | |
| 130 | // Callback before the pull thread start lock process. |
| 131 | virtual void BeforeLock(const comm::proto::ConsumerContext &cc) {} |
| 132 | |
| 133 | // Callback after the pull thread finished lock process. |
| 134 | virtual void AfterLock(const comm::proto::ConsumerContext &cc) {} |
nothing calls this directly
no outgoing calls
no test coverage detected