| Package | Description |
|---|---|
| io.axual.client.producer | |
| io.axual.client.producer.generic |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
void |
ProduceCallback.onComplete(ProducedMessage<K,V> message) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericProducedMessage<K,V> |
| Modifier and Type | Method and Description |
|---|---|
ProducedMessage<K,V> |
ProduceFuture.get() |
ProducedMessage<K,V> |
ProduceFuture.get(long timeout,
java.util.concurrent.TimeUnit unit) |
ProducedMessage<K,V> |
ProduceFuture.getProducedMessage() |
| Modifier and Type | Method and Description |
|---|---|
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) |
java.util.concurrent.Future<ProducedMessage<K,V>> |
ProducerWorker.queueJob(ProduceJob<K,V> produceJob)
Puts a ProduceJob on the message queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProduceFuture.complete(ProducedMessage<K,V> producedMessage) |
Copyright © 2020–2021 Axual B.V.. All rights reserved.