Solclient
ContextFactoryCreateTopic Method |
Overload List
Name | Description | |
---|---|---|
CreateTopic(String) |
Creates a non-temporary Topic with the given name.
|
|
CreateTopic(TopicProperties) |
Creates a non-temporary ITopic instance given a TopicProperties.
IsReceiveAllDeliverToOne specifies the DTO behavior. |
|
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. |
See Also