K - the type of the key that will be consumed. A compatible key deserializer must be
provided to deserialize the objectsV - the type of the value that will be consumed. A compatible value deserializer must be
provided to deserialize the objectspublic class ConsumerConfig<K,V> extends BaseConsumerConfig<K,V>
builder() to create a builder instance.| Modifier and Type | Class and Description |
|---|---|
static class |
ConsumerConfig.Builder<K,V,T extends ConsumerConfig.Builder<K,V,T>>
The Builder implementation for the
ConsumerConfig. |
DEFAULT_PROXY_CHAIN| Modifier and Type | Method and Description |
|---|---|
static <K,V> ConsumerConfig.Builder<K,V,?> |
builder()
Create a new Builder instance to create a
ConsumerConfig. |
getDeliveryStrategy, getKeyDeserializer, getMaximumPollSize, getProxyChain, getStream, getValueDeserializerpublic static <K,V> ConsumerConfig.Builder<K,V,?> builder()
ConsumerConfig.K - the type of the key that will be consumed. A compatible key deserializer must be
provided to deserialize the objectsV - the type of the value that will be consumed. A compatible value deserializer must be
provided to serialize the objectsCopyright © 2020–2021 Axual B.V.. All rights reserved.