|
| TestAwareConsumer (ConsumerContext context, KafkaConsumerConfig kafkaConfig, ExecutorService handlersPool, Factory handlerFactory, ISwitchManager switchManager, String topic, String... moreTopics) |
|
| Consumer (KafkaConsumerConfig kafkaConfig, ExecutorService handlersPool, RecordHandler.Factory handlerFactory, ISwitchManager switchManager, String topic, String... moreTopics) |
|
void | run () |
|
|
void | handle (ConsumerRecord< String, String > record) |
|
void | handle (ConsumerRecord< String, String > record) |
|
Definition at line 32 of file TestAwareConsumer.java.
◆ TestAwareConsumer()
org.openkilda.floodlight.kafka.TestAwareConsumer.TestAwareConsumer |
( |
ConsumerContext |
context, |
|
|
KafkaConsumerConfig |
kafkaConfig, |
|
|
ExecutorService |
handlersPool, |
|
|
Factory |
handlerFactory, |
|
|
ISwitchManager |
switchManager, |
|
|
String |
topic, |
|
|
String... |
moreTopics |
|
) |
| |
◆ handle()
void org.openkilda.floodlight.kafka.TestAwareConsumer.handle |
( |
ConsumerRecord< String, String > |
record | ) |
|
|
protected |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/floodlight-modules/src/main/java/org/openkilda/floodlight/kafka/TestAwareConsumer.java