.Net 多态发布/订阅事件框架
A polymorphic publish/subscribe event framework for .Net that makes use of weak references
本专区汇聚了各类基于 发布订阅 开发的源码资源,共计 17 篇资源供开发者免费下载学习。
A polymorphic publish/subscribe event framework for .Net that makes use of weak references
``` ``` Migrated to GitHub https://github.com/lafar6502/nginn-messagebus Project moved
activemq的生产者消费者模式、订阅模式的访问代码。可以复用,将其包装为组件来使用,效果会很不错的.大家可以在此基础上增加更多关于消息队列的代码
firstevent
Observer模式实现,并有Demo演示.封装完整,演示全面.-Observer mode, and Demo demo. Package integrity, comprehe
jms主题方式接收端代码-receiving end code
corba 通知服务的源代码-corba notice service source code
OPSA - Open Publish/Subscribe for Androids Publish/Subscribe Publish/subscribe (or pub
Some reusable utility interface and class for recurent problem in GWT and Java. Contains f
The ProtocolBus is an opensource middleware solution with the following features: -- based
实现p2p点对点 ,(publish/subscribe 发布/订阅)传输模式,运行时请先下载activeMQ 安装运行。除了发送接收外,并带有接收信息响应回呼功能,界面可选式传输
资源描述这是一个关于java如何实现事件解耦的例子,可以借此实现相关事件总线。