Package org.eso.ias.kafkautils
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 TypeMethodDescriptionvoid
stringsReceived
(Collection<String> strings) Sends the strings received from the kafka topic to the listener
-
Method Details
-
stringsReceived
Sends the strings received from the kafka topic to the listener
-