getPubSubUtils()
Provides an entry point to the PubSubUtils object that contains utility APIs in the Constellation JavaScript Engine that publish and subscribe events.
To view the APIs in the PubSubUtils class, see APIs in the PubSubUtils class.
Returns
The PubSubUtils object.
Parameters
This API does not have parameters.
Usage example
In this example, the API returns the PubSubUtils object containing the utility APIs that publish and subscribe events.
PCore.getPubSubUtils();
Previous topic getPersonalizationUtils(listId) Next topic getRelatedCasesApi()