public class EsperIOKafkaInputProcessorDefault extends java.lang.Object implements EsperIOKafkaInputProcessor
Constructor and Description |
---|
EsperIOKafkaInputProcessorDefault() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
init(EsperIOKafkaInputProcessorContext context) |
void |
process(org.apache.kafka.clients.consumer.ConsumerRecords<java.lang.Object,java.lang.Object> records) |
public void init(EsperIOKafkaInputProcessorContext context)
init
in interface EsperIOKafkaInputProcessor
public void process(org.apache.kafka.clients.consumer.ConsumerRecords<java.lang.Object,java.lang.Object> records)
process
in interface EsperIOKafkaInputProcessor
public void close()
close
in interface EsperIOKafkaInputProcessor