com.alibaba.rocketmq.common.protocol.body
类 RegisterBrokerBody

java.lang.Object
  继承者 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable
      继承者 com.alibaba.rocketmq.common.protocol.body.RegisterBrokerBody

public class RegisterBrokerBody
extends RemotingSerializable


构造方法摘要
RegisterBrokerBody()
           
 
方法摘要
 List<String> getFilterServerList()
           
 TopicConfigSerializeWrapper getTopicConfigSerializeWrapper()
           
 void setFilterServerList(List<String> filterServerList)
           
 void setTopicConfigSerializeWrapper(TopicConfigSerializeWrapper topicConfigSerializeWrapper)
           
 
从类 com.alibaba.rocketmq.remoting.protocol.RemotingSerializable 继承的方法
decode, encode, encode, fromJson, toJson, toJson, toJson
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

RegisterBrokerBody

public RegisterBrokerBody()
方法详细信息

getTopicConfigSerializeWrapper

public TopicConfigSerializeWrapper getTopicConfigSerializeWrapper()

setTopicConfigSerializeWrapper

public void setTopicConfigSerializeWrapper(TopicConfigSerializeWrapper topicConfigSerializeWrapper)

getFilterServerList

public List<String> getFilterServerList()

setFilterServerList

public void setFilterServerList(List<String> filterServerList)


Copyright © 2012-2015. All Rights Reserved.