Class AlarmNotificationProfileType

java.lang.Object
com.inductiveautomation.ignition.gateway.model.BaseExtensionPointType
com.inductiveautomation.ignition.alarming.notification.AlarmNotificationProfileType
All Implemented Interfaces:
ExtensionPointType, Serializable, Comparable<ExtensionPointType>

public abstract class AlarmNotificationProfileType extends BaseExtensionPointType

An extension point for adding new alarm notification mechanisms to Ignition, e.g., email, SMS, or voice.

New notification mechanisms will provide a subclass of AlarmNotificationProfileType with an implementation of createNewProfile(GatewayContext, AlarmNotificationProfileRecord) that can instantiate an AlarmNotificationProfile implementation that encapsulates the behavior of this new notification mechanism.

See Also: