提交 c0dfa6cd 编写于 作者: L Liu Jicong

add tq header

上级 353400ae
...@@ -103,6 +103,15 @@ int tqCommit(STQ*); ...@@ -103,6 +103,15 @@ int tqCommit(STQ*);
//void* will be replace by a msg type //void* will be replace by a msg type
int tqHandleConsumeMsg(STQ*, tmqConsumeReq* msg); int tqHandleConsumeMsg(STQ*, tmqConsumeReq* msg);
int tqOpenTCGroup(STQ*, int64_t topicId, int64_t cgId, int64_t cId);
int tqCloseTCGroup(STQ*, int64_t topicId, int64_t cgId, int64_t cId);
int tqMoveOffsetToNext(STQ*, int64_t topicId, int64_t cgId);
int tqResetOffset(STQ*, int64_t topicId, int64_t cgId, int64_t offset);
int tqFetchMsg(STQ*, int64_t topicId, int64_t cgId);
int tqRegisterContext(STQ*, int64_t topicId, int64_t cgId, void* ahandle);
int tqLaunchQuery(STQ*, int64_t topicId, int64_t cgId, void* query);
int tqSendLaunchQuery(STQ*, int64_t topicId, int64_t cgId, void* query);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册