Skip to main content

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

NameTypeDescription
busEventBusThe event bus

Returns

CasRegistrationManager

Defined in

src/sdk/cas/CasRegistrationManager.ts:18

Methods

register

register(definition): void

Register an alert for management.

Parameters

NameTypeDescription
definitionCasAlertDefinitionThe CasAlertDefinition for this alert.

Returns

void

Defined in

src/sdk/cas/CasRegistrationManager.ts:30