Click or drag to resize

TopicSupportType Enumeration

Indicates the type of support an endpoint has for a particular topic.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum TopicSupportType
Members
Member nameValueDescription
Publisher0 The endpoint publishes outbound messages for this topic, and responds to inbound requests
Consumer1 The endpoint consumes the messages of this topic that are produced by other endpoints
PublisherConsumer2 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