The Gallio.Common.Messaging namespace provides an abstraction for
sending messages between components.
Classes
| Class | Description | |
|---|---|---|
| Message |
Base class for all message objects.
| |
| MessagingException |
An exception thrown during a messaging failure.
| |
| Topic |
Specifies a topic key routing published messages to their subscribers.
| |
| TopicPattern |
A topic pattern expresses a simple matching rule for topics.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IMessageExchangeLink |
An interface implemented by the server and registered on the server remoting channel
to allow message exchange with the client.
|
