Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ retrieve()

std::optional< TopicPrx > IceStorm::TopicManagerPrx::retrieve ( std::string_view name,
const Ice::Context & context = Ice::noExplicitContext ) const

Retrieves a topic by name.

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