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

◆ create()

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

Creates a new topic.

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