K - The specific Avro Type which will be used as a key.V - The specific Avro Type which will be used as a value.public class SpecificAvroConsumerConfig<K extends org.apache.avro.specific.SpecificRecord,V extends org.apache.avro.specific.SpecificRecord> extends BaseAvroConsumerConfig<K,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecificAvroConsumerConfig.Builder<K extends org.apache.avro.specific.SpecificRecord,V extends org.apache.avro.specific.SpecificRecord,T extends SpecificAvroConsumerConfig.Builder<K,V,T>>
The Builder is used to set the configuration options.
|
DEFAULT_PROXY_CHAIN| Modifier and Type | Method and Description |
|---|---|
static <K extends org.apache.avro.specific.SpecificRecord,V extends org.apache.avro.specific.SpecificRecord> |
builder()
The Builder can be used to set the configuration options, except for the deserializers.
|
getDeliveryStrategy, getKeyDeserializer, getMaximumPollSize, getProxyChain, getStream, getValueDeserializerpublic static <K extends org.apache.avro.specific.SpecificRecord,V extends org.apache.avro.specific.SpecificRecord> SpecificAvroConsumerConfig.Builder<K,V,?> builder()
K - The specific Avro Type which will be used as a key.V - The specific Avro Type which will be used as a value.Copyright © 2020–2021 Axual B.V.. All rights reserved.