|  | 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. | |
| 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.