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

Method OnAcquireLock

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

Source from the content-addressed store, hash-verified

372 virtual void OnRawGetLockInfoSucc(const int topic_id, const proto::GetLockInfoRequest &req, const proto::GetLockInfoResponse &resp) {}
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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected