Class ConverterStream

java.lang.Object
org.eso.ias.converter.ConverterStream
Direct Known Subclasses:
ConverterKafkaStream

public abstract class ConverterStream extends Object
The interface to stream the strings received from the plugin (i.e. the stringified version of a monitor point value or alarm) to strings to send to the core of the IAS (i.e. a stringified representation of a IAS value)

Classes extending ConverterStream could need to instantiate a thread (in start() to receive data from the input stream depending on the underlying transport system.

Author:
acaproni