Specifies a topic key routing published messages to their subscribers.

Namespace:  Gallio.Common.Messaging
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
[SerializableAttribute]
public class Topic
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Topic

Remarks

A topic consists of a sequence of dot ('.') delimited case-sensitive words. Each word may contain the characters '0'-'9', 'a'-'z' and 'A'-'Z'. eg. "testrun.1234.progress". Matching is performed using a TopicPattern.

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Messaging..::.Topic

See Also