Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ create()

Topic * create ( string name) throws TopicExists

Creates a new topic.

Parameters
nameThe name of the topic.
Returns
A proxy to the new topic object. The returned proxy is never null.
Exceptions
TopicExistsThrown when a topic with the same name already exists.