message_topic property

message_topic property

Gets/Sets the websocket destinations prefixed with “/topic”. the default is “/topic/opr”.used in collaborative mode only.

Definition:

@property
def message_topic(self):
    ...
@message_topic.setter
def message_topic(self, value):
    ...

See Also