All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riskalyze.alerts.enumerations.Priority.kt Maven / Gradle / Ivy

Go to download

This alerts module is used to standardize alerting for JVM-based application. It uses a modular driver system to allow easily swapping out alerting services.

The newest version!
package com.riskalyze.alerts.enumerations

enum class Priority {

    INFO, LOW, MODERATE, HIGH, CRITICAL

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy