Class Alarm

java.lang.Object
org.frankframework.monitoring.Trigger
org.frankframework.monitoring.Alarm
All Implemented Interfaces:
EventListener, LazyLoadingEventListener<FireMonitorEvent>, ITrigger, org.springframework.beans.factory.DisposableBean, org.springframework.context.ApplicationListener<FireMonitorEvent>

public class Alarm extends Trigger
A Trigger that starts its life with type = ALARM. The type of the trigger can be changed dynamically.
Author:
martijn
  • Constructor Details

    • Alarm

      public Alarm()