Package org.eso.ias.kafkautils
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 TypeMethodDescriptionvoid
stringEventReceived
(String event) Process an event (a String) received from the kafka topic
-
Method Details
-
stringEventReceived
Process an event (a String) received from the kafka topic- Parameters:
event
- The string received in the topic
-