K - the type of the key that will be consumed.V - the type of the value that will be consumed.T - the type of the Builder that is to be used.public static class BaseAvroConsumerConfig.Builder<K,V,T extends BaseAvroConsumerConfig.Builder<K,V,T>> extends BaseConsumerConfig.Builder<K,V,T>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BaseAvroConsumerConfig<K,V> |
build()
Validates and builds the
BaseAvroConsumerConfig object which is used to create a
consumer |
setDeliveryStrategy, setKeyDeserializer, setKeyDeserializer, setMaximumPollSize, setProxyChain, setStream, setValueDeserializer, setValueDeserializer, validatepublic BaseAvroConsumerConfig<K,V> build()
BaseAvroConsumerConfig object which is used to create a
consumerbuild in class BaseConsumerConfig.Builder<K,V,T extends BaseAvroConsumerConfig.Builder<K,V,T>>BaseAvroConsumerConfig objectCopyright © 2020–2021 Axual B.V.. All rights reserved.