| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaConsumerConfig.Builder<K,V> |
| Modifier | Constructor and Description |
|---|---|
protected |
KafkaConsumerConfig() |
| Modifier and Type | Method and Description |
|---|---|
KafkaConsumerConfig<K,V> |
clone() |
ConsumerRestartListener<K,V> |
getConsumerRestartListener() |
org.apache.kafka.common.serialization.Deserializer<K> |
getKeyDeserializer() |
Properties |
getProperties() |
org.apache.kafka.common.serialization.Deserializer<V> |
getValueDeserializer() |
String |
toString() |
public Properties getProperties()
public org.apache.kafka.common.serialization.Deserializer<K> getKeyDeserializer()
public org.apache.kafka.common.serialization.Deserializer<V> getValueDeserializer()
public ConsumerRestartListener<K,V> getConsumerRestartListener()
public KafkaConsumerConfig<K,V> clone()
Copyright © 2019. All rights reserved.