Interface | Description |
---|---|
Publisher |
An interface that needs to be used by all class that want to act as publishers
for messages.
|
Subscriber |
The interface for a generic subscriber.
|
Class | Description |
---|---|
DefaultPublisher |
A default implmenentation of a publisher, used by the distributor to have one
publisher for the Message class.
|
Distributor |
This class is the Distributor for all messages, it distributes the messages to the
topic publishers.
|
Message |
Representation of a message.
|
Copyright © 2002-2013 Edwin Dankert. All Rights Reserved.