Interface AlarmNotificationProvider


public interface AlarmNotificationProvider
This interface can be implemented by an AlarmProvider in order to expose pipelines for alarm notification. It is primarily used to build systems that can send alarms to pipelines registered on other systems.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the pipelins available from this alarm provider.
  • Method Details

    • getAvailablePipelines

      Collection<String> getAvailablePipelines()
      Returns the pipelins available from this alarm provider.