Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Various utility API methods used by the Publish and Subscribe messaging engine.
|
|
|
Add a PubSub domain to the list of domains
Add a subscriber to the list of subscribers
Add a new subscription to the list of subscriptions.
Delete all PubSub domains within this namespace. This will also remove all subscribers and subscriptions for the domain. If pName is not provided, all domains are deleted.
Delete one or more subscribers within this namespace. This will also remove any subscriptions associated with the subscribers.
If pSubscriberID is not provided, all subscribers are deleted. If pDomain is provided, only subscribers in that domain are deleted.
Delete all subscriptions within this namespace. If pSubscriberID is not provided, all subscriptions are deleted. If pDomain is provided, only subscriptions in that domain are deleted.
Export PubSub information to an XML file.
Public API for finding a list of subscriber IDs for a given topic string.
Returns an array of subscriber ID numbers with nodes containing number of matches.
Import PubSub information from an XML file. If pDelete is true, delete existing data first.