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 objectsT - the type of the Builder that is to be used.public static class ConsumerConfig.Builder<K,V,T extends ConsumerConfig.Builder<K,V,T>> extends BaseConsumerConfig.Builder<K,V,T>
ConsumerConfig.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerConfig<K,V> |
build()
Builds the
BaseConsumerConfig object which is used by the AxualClient to
configure a consumer |
setDeliveryStrategy, setKeyDeserializer, setKeyDeserializer, setMaximumPollSize, setProxyChain, setStream, setValueDeserializer, setValueDeserializer, validatepublic ConsumerConfig<K,V> build()
BaseConsumerConfig.BuilderBaseConsumerConfig object which is used by the AxualClient to
configure a consumerbuild in class BaseConsumerConfig.Builder<K,V,T extends ConsumerConfig.Builder<K,V,T>>BaseConsumerConfig objectCopyright © 2020–2021 Axual B.V.. All rights reserved.