Interface SimpleStringConsumer.KafkaConsumerListener

All Known Implementing Classes:
CommandManagerKafkaImpl, ReplyKafkaConsumer
Enclosing class:
SimpleStringConsumer

public static interface SimpleStringConsumer.KafkaConsumerListener
The listener to be notified of strings read from the kafka topic.
Author:
acaproni
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process an event (a String) received from the kafka topic
  • Method Details

    • stringEventReceived

      void stringEventReceived(String event)
      Process an event (a String) received from the kafka topic
      Parameters:
      event - The string received in the topic