Class: CasRegistrationManager
Defined in: src/sdk/cas/CasRegistrationManager.ts:10
This is a convenience tool for publishing and republishing CAS alert registrations. Code that wants to implement its own alert publishing system can use the CasRegistrationManager to avoid having to subscribe to and handle requests on the bus for republication of alert registrations.
Constructors
Constructor
new CasRegistrationManager(
bus
):CasRegistrationManager
Defined in: src/sdk/cas/CasRegistrationManager.ts:18
Create a CasRegistrationManager
Parameters
Parameter | Type | Description |
---|---|---|
bus | EventBus | The event bus |
Returns
CasRegistrationManager
Methods
register()
register(
definition
):void
Defined in: src/sdk/cas/CasRegistrationManager.ts:30
Register an alert for management.
Parameters
Parameter | Type | Description |
---|---|---|
definition | CasAlertDefinition | The CasAlertDefinition for this alert. |
Returns
void