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

Method AfterGet

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

Callback after the pull thread finished get items from Store.

Source from the content-addressed store, hash-verified

141
142 // Callback after the pull thread finished get items from Store.
143 virtual void AfterGet(const comm::proto::GetRequest &req, const comm::proto::GetResponse &resp) {}
144
145 // Callback before the pull thread start add items to Store.
146 virtual void BeforeAdd(const comm::proto::AddRequest &req) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected