IasTopic

org.eso.ias.kafkaneo.IasTopic
See theIasTopic companion object
enum IasTopic(val kafkaTopicName: String) extends Enum[IasTopic]

The topics for the IAS

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Enum[IasTopic]
trait Serializable
trait Comparable[IasTopic]
trait Constable
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

case case Command extends IasTopic

The topic for commands

The topic for commands

Attributes

case case Core extends IasTopic

The topic where converters and DASUs push the IASIOs

The topic where converters and DASUs push the IASIOs

Attributes

case case Heartbeat extends IasTopic

The topic where tools publish the heartbeat

The topic where tools publish the heartbeat

Attributes

case case Plugins extends IasTopic

The topic where plugins pushes values

The topic where plugins pushes values

Attributes

case case Reply extends IasTopic

The topic for replies to commands

The topic for replies to commands

Attributes

case case Test extends IasTopic

A topic for testing purposes

A topic for testing purposes

Attributes