Package org.eso.ias.kafkautils
Interface SimpleKafkaIasiosConsumer.IasioListener
- All Known Implementing Classes:
WebServerSender
- Enclosing class:
- SimpleKafkaIasiosConsumer
public static interface SimpleKafkaIasiosConsumer.IasioListener
The listener to be notified of Iasios read
from the kafka topic.
- Author:
- acaproni
-
Method Summary
Modifier and TypeMethodDescriptionvoid
iasiosReceived
(Collection<IASValue<?>> events) Process the IASIOs read from the kafka topic.
-
Method Details
-
iasiosReceived
Process the IASIOs read from the kafka topic.- Parameters:
events
- The IASIOs received in the topic
-