| Package | Description |
|---|---|
| io.axual.client.producer | |
| io.axual.client.producer.generic |
| Modifier and Type | Method and Description |
|---|---|
ProducerMessage<K,V> |
ProducerMessage.Builder.build() |
ProducerMessage<K,V> |
ProducedMessage.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProduceCallback.onError(ProducerMessage<K,V> message,
java.util.concurrent.ExecutionException exception) |
java.util.concurrent.Future<ProducedMessage<K,V>> |
Producer.produce(ProducerMessage<K,V> message)
Method used to produce records, the implementation is dependent on the strategy
|
java.util.concurrent.Future<ProducedMessage<K,V>> |
Producer.produce(ProducerMessage<K,V> message,
ProduceCallback<K,V> callback)
Method used to produce records, the implementation is dependent on the strategy
|
| Modifier and Type | Method and Description |
|---|---|
ProducerMessage<K,V> |
ProduceJob.getMessage() |
ProducerMessage<K,V> |
GenericProducedMessage.getMessage() |
| Modifier and Type | Method and Description |
|---|---|
ProduceJob<K,V> |
ProduceJobFactory.createNewJob(ProducerMessage<K,V> message,
ProduceCallback<K,V> produceCallback) |
java.util.concurrent.Future<ProducedMessage<K,V>> |
GenericProducer.produce(ProducerMessage<K,V> message) |
java.util.concurrent.Future<ProducedMessage<K,V>> |
GenericProducer.produce(ProducerMessage<K,V> message,
ProduceCallback<K,V> produceCallback) |
| Constructor and Description |
|---|
GenericProducedMessage(ProducerMessage<K,V> message,
org.apache.kafka.clients.producer.RecordMetadata metadata) |
ProduceJob(ProducerMessage<K,V> message,
ProduceCallback<K,V> produceCallback) |
Copyright © 2020–2021 Axual B.V.. All rights reserved.