Class | Description |
---|---|
StandardPublisher | Abstract implementation of IPublisher that provides standard functionality for keeping track of subscribers and publishing data to them |
Interface | Description |
---|---|
IDataPacketProducer | |
IPublisher | Interface to be implemented by classes that handle subscription requests and publish data to the appropriate subscribers |
IRequestGenerator | |
IRequestProcessor | |
IRequestRouter | Interface to be implemented by classes that routes requests |
ISubscriber | Interface to be implemented by classes that are subscribers to published data |