ContextFactory.CreateTopic Method

Solclient

ContextFactoryCreateTopic Method
version: 7.2.1.27
Overload List
  Name Description
Public method CreateTopic(String)
Creates a non-temporary Topic with the given name.
Public method CreateTopic(TopicProperties)
Creates a non-temporary ITopic instance given a TopicProperties.

IsReceiveAllDeliverToOne specifies the DTO behavior.

Public method CreateTopic(String, Boolean)
Creates a non-temporary ITopic instance with the option to set receive-all-deliver-to-one flag.

This flag, when set on a Topic subscription, overrides the DeliverToOne message property. If the Topic in the message matches, it is delivered to clients with matching subscriptions with the ReceiveAllDeliverToOne set, in addition to being round-robined amongst clients subscribed to the Topic without this override.

Top
See Also