std::optional< TopicPrx > IceStorm::TopicManagerPrx::retrieve | ( | std::string_view | name, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Retrieves a topic by name.
name | The name of the topic. |
context | The request context. |
IceStorm::NoSuchTopic | Thrown when there is no topic named name . |