TopicSupportType Enumeration |
Indicates the type of support an endpoint has for a particular topic.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum TopicSupportType
Public Enumeration TopicSupportType
Members| Member 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