std::optional< TopicPrx > IceStorm::TopicManagerPrx::create | ( | std::string_view | name, |
const Ice::Context & | context = Ice::noExplicitContext ) const |
Creates a new topic.
name | The name of the topic. |
context | The request context. |
IceStorm::TopicExists | Thrown when a topic with the same name already exists. |