Package org.eso.ias.plugin.publisher
package org.eso.ias.plugin.publisher
The package contains the implementation of the publisher
to send data to the IAS core.
- Author:
- acaproni
-
ClassDescriptionThe data structure encapsulating monitor point values and alarm retrieved from a monitored system and to be sent to the IAS core.Extends
PublisherBase
for publishing data to the IAS core with buffering.A java POJO representing a monitor point or alarm to be sent to the IAS.A java POJO representing a monitor point or alarm to be sent to the IAS in a buffered way.TheMonitorPointSender
defines the interface to send monitor point values and alarms to the IAS core.The statistics provided by the sender in the last time interval.Base class for publishing data to the core of the IAS: received monitor points are queued to be sent when the time interval (PublisherBase.throttlingTime
) elapses or the max allowed size of the buffer has been reachedThe exception returned by the Publisher