Interface KafkaStringsConsumer.StringsConsumer

All Known Implementing Classes:
FilteredKafkaIasiosConsumer, KafkaIasiosConsumer, ReplyKafkaConsumer, SimpleKafkaIasiosConsumer, SimpleStringConsumer
Enclosing class:
KafkaStringsConsumer

public static interface KafkaStringsConsumer.StringsConsumer
The interface for the listener of strings
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sends the strings received from the kafka topic to the listener
  • Method Details

    • stringsReceived

      void stringsReceived(Collection<String> strings)
      Sends the strings received from the kafka topic to the listener