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

Method OnBatchRawAdd

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

Source from the content-addressed store, hash-verified

252 virtual void OnCountLimit(const int topic_id, const int pub_id, const proto::QItem &item) {}
253
254 virtual void OnBatchRawAdd(const proto::AddRequest &req) {}
255 virtual void OnBatchRawAddSucc(const proto::AddRequest &req) {}
256 virtual void OnBatchRawAddFail(const proto::AddRequest &req) {}
257 virtual void OnBatchStat(const proto::AddRequest &req, const RetCode &retcode, const uint64_t time_wait_ms, bool is_timeout) {}

Callers 1

BatchRawAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected