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

Method AfterLock

phxqueue/consumer/consumer.h:134–134  ·  view source on GitHub ↗

Callback after the pull thread finished lock process.

Source from the content-addressed store, hash-verified

132
133 // Callback after the pull thread finished lock process.
134 virtual void AfterLock(const comm::proto::ConsumerContext &cc) {}
135
136 // Custom pre_cursor_id/next_cursor_id/limit in comm::GetRequest before Get.
137 virtual void CustomGetRequest(const comm::proto::ConsumerContext &cc, const comm::proto::GetRequest &req, uint64_t &pre_cursor_id, uint64_t &next_cursor_id, int &limit);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected