org.eso.ias.heartbeat.consumer
package org.eso.ias.heartbeat.consumer
Members list
Type members
Classlikes
class HbKafkaConsumer(brokers: String, val consumerId: String) extends StringsConsumer, Runnable
The HbKafkaConsumer gets HBs from the hb kakfa topic and notifies the registered listeners
The HbKafkaConsumer gets HBs from the hb kakfa topic and notifies the registered listeners
HbKafkaConsumer is the listener of the KafkaStringsConsumer and forward the events to registered listeners. Events received from the topic are stored in a temporary buffer and sent to the listeners asynchronously
Value parameters
- brokers
-
Kafka brokers to connect to
- consumerId
-
The id for the consumer
Attributes
- Companion
- object
- Supertypes
-
trait Runnabletrait StringsConsumerclass Objecttrait Matchableclass Any
object HbKafkaConsumer
Companion object
Companion object
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
HbKafkaConsumer.type
trait HbListener
The trait for the listener of HB consumed from the kafka topic
The trait for the listener of HB consumed from the kafka topic
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article