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

Method AfterHandle

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

Callback after the worker routine finished handle.

Source from the content-addressed store, hash-verified

163
164 // Callback after the worker routine finished handle.
165 virtual void AfterHandle(const comm::proto::ConsumerContext &cc, const comm::proto::QItem &item, const comm::HandleResult &handle_result) {}
166
167 // Callback before the worker routine start batch handle.
168 virtual void BeforeBatchHandle(const comm::proto::ConsumerContext &cc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected