SenderTest
org.eso.ias.sink.test.SenderTest
class SenderTest extends Sender
Sender mockup
Attributes
- Graph
-
- Supertypes
Members list
Type members
Classlikes
The type of the digest to send
The type of the digest to send
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class Notification(val recipients: List[String], val alarmId: String, val alarmState: AlarmSnapshot)
The type of notification to send
The type of notification to send
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Notify the recipients of the state changes of the passed alarms
Notify the recipients of the state changes of the passed alarms
Value parameters
- alarmStates
-
the states of the alarms to notify
- recipient
-
the recipient to notify
Attributes
- Definition Classes
Send the notification to notify that an alarm has been set or cleared
Send the notification to notify that an alarm has been set or cleared
Value parameters
- alarmId
-
the ID of the alarm
- alarmState
-
the state to notify
- recipients
-
the recipients to notify
Attributes
- Definition Classes
Concrete fields
The semaphore to detect to periodic notification
The semaphore to detect to periodic notification
Attributes
The notifications sent
The notifications sent
Attributes
In this article