@FunctionalInterface public interface ConsumerFactory<K,V>
Consumer
instance(s).Modifier and Type | Method and Description |
---|---|
org.apache.kafka.clients.consumer.Consumer<K,V> |
createConsumer()
Create a consumer with the settings supplied in configuration properties.
|
Copyright © 2010–2018. All rights reserved.