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

◆ retrieve()

idempotent Topic * retrieve ( string name) throws NoSuchTopic

Retrieves a topic by name.

Parameters
nameThe name of the topic.
Returns
A proxy to the topic object. The returned proxy is never null.
Exceptions
NoSuchTopicThrown when there is no topic named name.