Click or drag to resize

DomainParticipantCreateTopic Method

Overload List
  NameDescription
Public methodCreateTopic(String, String)
Creates a new Topic with the default QoS policies and without listener attached.
Public methodCreateTopic(String, String, TopicListener)
Creates a new Topic with the default QoS policies and attaches to it the specified TopicListener. The specified TopicListener will be attached with the default StatusMask.
Public methodCreateTopic(String, String, TopicQos)
Creates a Topic with the desired QoS policies and without listener attached.
Public methodCreateTopic(String, String, TopicListener, StatusMask)
Creates a Topic with the default QoS policies and attaches to it the specified TopicListener.
Public methodCreateTopic(String, String, TopicQos, TopicListener)
Creates a new Topic with the desired QoS policies and attaches to it the specified TopicListener. The specified TopicListener will be attached with the default StatusMask.
Public methodCreateTopic(String, String, TopicQos, TopicListener, StatusMask)
Creates a new Topic with the desired QoS policies and attaches to it the specified TopicListener.
Top
See Also