| 接口 | 说明 |
|---|---|
| BigpipePackBuilder |
bigpipe c-api协议打包消息的构造器。
|
| LogIdGen |
消息的log id生成器,log id是bigpipe支持的消息属性,在发送时由发送方设置,在消息被成功发送后该属性会在 结果中被原封不动的返回
|
| SessionIdProvider |
session id 提供者。
|
| 类 | 说明 |
|---|---|
| BigpipePacket |
Bigpipe Packet描述
|
| DefaultBigpipePackBuilder |
批量消息打包构建对象,支持默认最大2M的消息打包.
|
| DefaultSessionIdProvider |
缺省实现,使用uuid作为sessionId
|
| FixedStringSessionIdProvider |
A fixed string text for each session id create
|
| McpackCommand | |
| Nshead | |
| QueueAck | |
| QueueMessage |
服务端推送过来的消息对象,包含原始的二进制消息以及这个消息在bigpipe中的存储信息
|
| QueueRequest | |
| SequenceLogIdGen |
LogIdGen的缺省实现,在内存中从1原子性的累加,线程安全,但jvm重启后会从1重新累加
|
Copyright © 2017. All rights reserved.