共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > eBus |
eBus
|
1 | 0 | 1570 |
贡献者 | 讨论 | 代码提交 |
A Java and .Net middleware API supporting broker-less, type+topic-based publish/subscribe and request/reply messaging for both intra- and inter-application, object-level communication.
Broker-less: messages are transmitted directly between eBus applications. There is no message broker (i.e. server) in between.
Type+topic addressing: eBus clients subscribe to a message class (type) and message topic, providing stronger typing than just topic-based subscriptions.
Object-level communication: eBus delivers messages directly to client objects, not to a client process.