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 SummaryModifier and TypeMethodDescriptionReturns the pipelins available from this alarm provider.
- 
Method Details- 
getAvailablePipelinesCollection<String> getAvailablePipelines()Returns the pipelins available from this alarm provider.
 
-