org.eso.ias.sink.ValueListener
See theValueListener companion object
The listener of IasValues to be processed
Value parameters
-
id
-
The identifier to distinguish between many listeners in the same processor Mainly used for logging messages
Attributes
-
Companion
-
object
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Attributes
-
Returns
-
true if the processor is broken; false otherwise
Mark the listener as broken so the it is not run anymore
Mark the listener as broken so the it is not run anymore
One possibe use case is when the processor detects that the thread is too slow and decide not to run it again
Attributes
A new set of IasValues has been received from the BSDB and needs to be processed
A new set of IasValues has been received from the BSDB and needs to be processed
Value parameters
-
iasValues
-
the values read from the BSDB
Attributes
Value parameters
-
iasDao
-
The configuration of the IAS read from the CDB
-
iasValues
-
The configuration of the IASIOs read from the CDB
Attributes
The listener has been closed
The listener has been closed
Attributes
The listener has been initialized
The listener has been initialized
Attributes