com.alibaba.rocketmq.common.protocol.header
类 GetConsumerStatusRequestHeader
java.lang.Object
com.alibaba.rocketmq.common.protocol.header.GetConsumerStatusRequestHeader
- 所有已实现的接口:
- CommandCustomHeader
public class GetConsumerStatusRequestHeader
- extends Object
- implements CommandCustomHeader
查看客户端消费组的消费情况。
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetConsumerStatusRequestHeader
public GetConsumerStatusRequestHeader()
checkFields
public void checkFields()
throws RemotingCommandException
- 指定者:
- 接口
CommandCustomHeader 中的 checkFields
- 抛出:
RemotingCommandException
getTopic
public String getTopic()
setTopic
public void setTopic(String topic)
getGroup
public String getGroup()
setGroup
public void setGroup(String group)
getClientAddr
public String getClientAddr()
setClientAddr
public void setClientAddr(String clientAddr)
Copyright © 2012-2015. All Rights Reserved.