interface TopicManager |
A topic manager manages topics, and subscribers to topics.
Create a new topic.
Returns the checksums for the IceStorm Slice definitions.
Retrieve a topic by name.
Retrieve all topics managed by this topic manager.
Topic* create(string name) throws TopicExists; |
Create a new topic. The topic name must be unique, otherwise TopicExists is raised.
Raised if a topic with the same name already exists.
::Ice::SliceChecksumDict getSliceChecksums(); |
Returns the checksums for the IceStorm Slice definitions.
Topic* retrieve(string name) throws NoSuchTopic; |
Retrieve a topic by name.
Raised if the topic does not exist.
<<< Previous | Home | Next >>> |
IceStorm::TopicExists | Up | IcePatch |