Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
module |
A messaging service with support for federation. In contrast to most other messaging or event services, IceStorm supports typed events, meaning that broadcasting a message over a federation is as easy as invoking a method on an interface.
Publishers publish information on a particular topic.
A topic manager manages topics, and subscribers to topics.
LinkExists
This exception indicates that an attempt was made to create a link that already exists.
NoSuchLink
This exception indicates that an attempt was made to remove a link that does not exist.
NoSuchTopic
This exception indicates that an attempt was made to retrieve a topic that does not exist.
TopicExists
This exception indicates that an attempt was made to create a topic that already exists.
LinkInfo
Information on the topic links.
A sequence of LinkInfo
objects.
<<< Previous | Home | Next >>> |
IceSSL::UnsupportedContextException | Up | IceStorm::LinkExists |