Subscribing to Advisory Messages
To receive advisory messages, programs can create subscribers on a special endpoint named _advisoryEndpoint. (In each supported programming language, an API constant has the name of this endpoint as its value.)
Scope and Restrictions
Note: The realm object scopes the advisories that a subscriber can receive on the special advisory endpoint,
_advisoryEndpoint. That is, a subscriber to this endpoint receives only those advisories produced by other objects in the same program and the same realm as the advisory subscriber.
It is illegal to create publishers on the special advisory endpoint.
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.