| 接口 | 说明 |
|---|---|
| BusinessMessageManager |
All the business message will be put into the manager , then sent out by the underlying impl
|
| BusinessMessageRequest<T> |
Send message request
|
| BusinessMessageRequestHandler | |
| BusinessMessageResponse |
the message response (maybe return in async)
|
| BusinessMessageResponseHandler |
消息发送后,消息发送结果可能同步返回,也可能异步返回,应用需要提供结果处理回调并注册到消息发送中心
|
| BusinessMessageTarget |
The target which the business message will be sent to
|
| BusinessMessageTargetParser | |
| BusinessMessageVisitable |
The business message builder.
|
| BusinessMessageVisitableBuilder | |
| BusinessMessageVisitor | |
| MessageReceiver |
The final message receiver ( individuality )
|
| MessageReceiverResolver | |
| MessageReceiverVisitable | |
| MessageReceiverVisitor | |
| MessageSender |
The message sender
|
| 枚举 | 说明 |
|---|---|
| BusinessMessageType |
Copyright © 2016. All rights reserved.