Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Since version 0.4

Alerts define metrics for watching database data and if any metric exceeds its limit then alert is activated and further operation can be executed.

...

Code Block
    <bean id="alertsConfiguration" class="org.openhubframework.openhub.core.alerts.AlertsPropertiesConfiguration">
        <constructor-arg ref="confProperties"/>
    </bean>
    <bean id="alertsCheckingService" class="org.openhubframework.openhub.core.alerts.AlertsCheckingServiceDbImpl"/>
    <bean class="org.openhubframework.cleverbusopenhub.core.alerts.EmailAlertListenerSupport"/>

...