com.alibaba.rocketmq.client.producer.selector
类 SelectMessageQueueByRandoom
java.lang.Object
com.alibaba.rocketmq.client.producer.selector.SelectMessageQueueByRandoom
- 所有已实现的接口:
- MessageQueueSelector
public class SelectMessageQueueByRandoom
- extends Object
- implements MessageQueueSelector
发送消息,随机选择队列
- 从以下版本开始:
- 2013-7-25
- 作者:
- shijia.wxr
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectMessageQueueByRandoom
public SelectMessageQueueByRandoom()
select
public MessageQueue select(List<MessageQueue> mqs,
Message msg,
Object arg)
- 指定者:
- 接口
MessageQueueSelector 中的 select
Copyright © 2012-2014. All Rights Reserved.