def process_submitZipkinBatch(self, seqid, iprot, oprot):
args = submitZipkinBatch_args()
args.read(iprot)
iprot.readMessageEnd()
result = submitZipkinBatch_result()
result.success = yield gen.maybe_future(self._handler.submitZipkinBatch(args.spans))
oprot.writeMessageBegin("submitZipkinBatch", TMessageType.REPLY, seqid)
result.write(oprot)
oprot.writeMessageEnd()
oprot.trans.flush()
# HELPER FUNCTIONS AND STRUCTURES
ZipkinCollector.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录