The Gallio.Common.Messaging namespace provides an abstraction for sending messages between components.

Classes

  ClassDescription
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

  InterfaceDescription
IMessageExchangeLink
An interface implemented by the server and registered on the server remoting channel to allow message exchange with the client.