TopicSupportType Enumeration |
Indicates the type of support an endpoint has for a particular topic.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum TopicSupportType
Public Enumeration TopicSupportType
MembersMember name | Value | Description |
---|
Publisher | 0 |
The endpoint publishes outbound messages for this topic, and responds to inbound requests
|
Consumer | 1 |
The endpoint consumes the messages of this topic that are produced by other endpoints
|
PublisherConsumer | 2 |
The endpoint publishes outbound messages for this topic, responds to inbound request, and
consumes the messages of this topic that are produced by other endpoints
|
See Also