| 类 | 说明 |
|---|---|
| RocketMqMessageListSplitter |
用于将RocketMQ的批量消息拆分成1M, 进行分批发送(官方DEMO)
//Messages of the same batch should have: same topic, same waitStoreMsgOK and no schedule support. |
| RocketMqMessageSerializer |
简单地用FastJSON对Map做序列化, 配套Consumer端的Map入参使用
|