![]() |
Ice 3.8
Slice API Reference
|
Represents an object that manages topics. More...
defined in <IceStorm/IceStorm.ice>
interface TopicManager { ... }
Operations | |
| Topic * | create (string name) throws TopicExists |
| Creates a new topic. | |
| Topic * | createOrRetrieve (string name) |
| Creates a new topic with the given name, or retrieves the existing topic with this name if it already exists. | |
| idempotent Topic * | retrieve (string name) throws NoSuchTopic |
| Retrieves a topic by name. | |
| idempotent TopicDict | retrieveAll () |
| Retrieves all topics managed by this topic manager. | |
Represents an object that manages topics.
Definition at line 150 of file IceStorm.ice.