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 Type
    Method
    Description
    void
    Process the IASIOs read from the kafka topic.
  • Method Details

    • iasiosReceived

      void iasiosReceived(Collection<IASValue<?>> events)
      Process the IASIOs read from the kafka topic.
      Parameters:
      events - The IASIOs received in the topic