项目作者: mpillai3

项目描述 :
This project is about the specification, design and implementation of a simple publish subscribe system. Publish–Subscribe is a messaging pattern where senders of messages, called publishers, do not program the messages to be sent directly to specific receivers, called subscribers, but instead categorize published messages into classes without knowledge of which subscribers, if any, there may be. Similarly, subscribers express interest in one or more classes and only receive messages that are of interest, without knowledge of which publishers, if any, there are.
高级语言: Java
项目地址: git://github.com/mpillai3/Publish-Subscribe-System.git
创建时间: 2019-07-31T17:31:28Z
项目社区:https://github.com/mpillai3/Publish-Subscribe-System

开源协议:

下载