HbProducerTest

org.eso.ias.sink.test.HbProducerTest

Attributes

Graph
Supertypes
class HbProducer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def init(): Unit

Initialize the producer

Initialize the producer

Attributes

Definition Classes
override def push(hbAsString: String): Unit

Push the string

Push the string

Attributes

Definition Classes
override def shutdown(): Unit

Shutdown the producer

Shutdown the producer

Attributes

Definition Classes

Inherited methods

def send(hb: Heartbeat, status: HeartbeatStatus, additionalProperties: Map[String, String]): Unit

Publish the HB message with the passed time stamp

Publish the HB message with the passed time stamp

Value parameters

hb

the heartbeat

status

the status of the tool

Attributes

Inherited from:
HbProducer

Concrete fields

val closed: AtomicBoolean
val inited: AtomicBoolean
val logger: Logger

The logger

The logger

Attributes

val numOfHBs: AtomicInteger

Inherited fields

Attributes

Inherited from:
HbProducer