软件包 com.alibaba.rocketmq.client.consumer

接口摘要
AllocateMessageQueueStrategy Consumer队列自动分配策略
MessageQueueListener 队列变化监听器
MQConsumer Consumer接口
MQPullConsumer 消费者,主动方式消费
MQPushConsumer 消费者,被动方式消费
PullCallback 异步拉消息回调接口
PullTaskCallback  
 

类摘要
DefaultMQPullConsumer 消费者,主动拉取方式消费
DefaultMQPushConsumer 类似于Broker Push消息到Consumer方式,但实际仍然是Consumer内部后台从Broker Pull消息
采用长轮询方式拉消息,实时性同push方式一致,且不会无谓的拉消息导致Broker、Consumer压力增大
MQPullConsumerScheduleService PullConsumer的调度服务,降低Pull方式的编程复杂度
PullResult 拉消息返回结果
PullTaskContext  
 

枚举摘要
PullStatus  
 



Copyright © 2012-2014. All Rights Reserved.