Interface AlertService

All Known Implementing Classes:
AlertServiceImpl

public interface AlertService
Interface for securiry alert service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createAlert(VitamLogLevel level, String message)
    Create an alert with the specified message and level
    void
    createAlert(VitamLogLevel level, String message, Throwable cause)
    / Create an alert with the specified message, level au cause
    void
    Create an alert with the specified message and level INFO
  • Method Details

    • createAlert

      void createAlert(VitamLogLevel level, String message)
      Create an alert with the specified message and level
      Parameters:
      level -
      message -
    • createAlert

      void createAlert(String message)
      Create an alert with the specified message and level INFO
      Parameters:
      message -
    • createAlert

      void createAlert(VitamLogLevel level, String message, Throwable cause)
      / Create an alert with the specified message, level au cause