Abstract
Abstract
destroyDestroys this topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch.
Dispatches an incoming request to one of the methods of this generated class, based on the operation name carried by the request.
The incoming request.
The outgoing response (when the selected method returns a value), or a promise with the outgoing response (when the selected method returns a promise).
Abstract
getAbstract
getGets the name of this topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
getGets a non-replicated proxy to a publisher object for this topic. To publish data to a topic, a publisher calls this operation and then creates a proxy with the publisher type from this proxy.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
getGets a proxy to a publisher object for this topic. To publish data to a topic, a publisher calls this operation and then creates a proxy with the publisher type from this proxy. If a replicated IceStorm deployment is used, this call may return a replicated proxy.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Abstract
getGets the list of subscribers for this topic.
The Current object for the dispatch.
A promise like object representing the result of the dispatch, which resolves to:
Returns the Slice type ID of the most-derived interface supported by this object.
The Current object for the invocation.
The Slice type ID of the most-derived interface.
Returns the Slice type IDs of the interfaces supported by this object.
The Current object for the invocation.
The Slice type IDs of the interfaces supported by this object, in alphabetical order.
Tests whether this object supports a specific Slice interface.
The type ID of the Slice interface to test against.
The Current object for the invocation.
True if this object has the interface specified by typeID or derives from the interface specified by typeID.
Tests whether this object can be reached.
The Current object for the invocation.
Abstract
linkCreates a link to another topic. All events originating on this topic will also be sent to the other topic.
A promise like object representing the result of the dispatch.
IceStorm.LinkExists Thrown when a link to linkTo
already exists.
Abstract
subscribeSubscribes to this topic.
A promise like object representing the result of the dispatch, which resolves to:
IceStorm.AlreadySubscribed Thrown when subscriber
is already subscribed.
IceStorm.BadQoS Thrown when theQoS
is unavailable or invalid.
Abstract
unlinkDestroys a link from this topic to the provided topic.
A promise like object representing the result of the dispatch.
IceStorm.NoSuchLink Thrown when a link to linkTo
does not exist.
Abstract
unsubscribeStatic
ice_Obtains the Slice type ID of this type.
The return value is always "::IceStorm::Topic".
Represents an IceStorm topic. Publishers publish data to a topic (via the topic's publisher object), and subscribers subscribe to a topic.
See
TopicManager