MCPcopy Create free account
hub / github.com/Tencent/phxqueue / OnAcquireLockSucc

Method OnAcquireLockSucc

phxqueue/comm/breakpoint.h:375–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374 virtual void OnAcquireLock(const int topic_id, const proto::AcquireLockRequest &req) {}
375 virtual void OnAcquireLockSucc(const int topic_id, const proto::AcquireLockRequest &req, const proto::AcquireLockResponse &resp) {}
376 virtual void OnAcquireLockFail(const int topic_id, const proto::AcquireLockRequest &req) {}
377};
378

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected