com.alibaba.rocketmq.client
类 QueryResult
java.lang.Object
com.alibaba.rocketmq.client.QueryResult
public class QueryResult
- extends Object
查询消息返回结果
- 从以下版本开始:
- 2013-7-24
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryResult
public QueryResult(long indexLastUpdateTimestamp,
List<MessageExt> messageList)
getIndexLastUpdateTimestamp
public long getIndexLastUpdateTimestamp()
getMessageList
public List<MessageExt> getMessageList()
Copyright © 2012-2014. All Rights Reserved.