| Package | Description |
|---|---|
| io.axual.client | |
| io.axual.client.producer.avro | |
| io.axual.client.producer.generic |
| Modifier and Type | Method and Description |
|---|---|
Producer<org.apache.avro.generic.GenericRecord,org.apache.avro.generic.GenericRecord> |
AxualClient.buildProducer(GenericAvroProducerConfig producerConfig)
Build a new Producer that produces generic Avro messages.
|
<K,V> Producer<K,V> |
AxualClient.buildProducer(ProducerConfig<K,V> producerConfig)
Build a new Producer with any key/value type.
|
<K extends org.apache.avro.specific.SpecificRecord,V extends org.apache.avro.specific.SpecificRecord> |
AxualClient.buildProducer(SpecificAvroProducerConfig<K,V> producerConfig)
Build a new Producer that produces specific Avro messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericAvroProducer<K extends org.apache.avro.generic.GenericContainer,V extends org.apache.avro.generic.GenericContainer>
Class used for all the producers, containing all the producer specific methods.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GenericProducer<K,V>
Class used for all the producers, containing all the producer specific methods.
|
Copyright © 2020–2021 Axual B.V.. All rights reserved.