Class: CasRegistrationManager
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
Create a CasRegistrationManager
Parameters
Name | Type | Description |
---|---|---|
bus | EventBus | The event bus |
Returns
Defined in
src/sdk/cas/CasRegistrationManager.ts:18
Methods
register
▸ register(definition
): void
Register an alert for management.
Parameters
Name | Type | Description |
---|---|---|
definition | CasAlertDefinition | The CasAlertDefinition for this alert. |
Returns
void
Defined in
src/sdk/cas/CasRegistrationManager.ts:30