| Interface | Description |
|---|---|
| ProduceJobFactory<K,V> |
| Class | Description |
|---|---|
| GenericProducedMessage<K,V> | |
| GenericProducer<K,V> |
Class used for all the producers, containing all the producer specific methods.
|
| ProduceFuture<K,V> |
Implementation class for the
Future containing the ProducedMessage This class is
the actual class returned by Producer.produce(ProducerMessage) Producer.produce(ProducerMessage) |
| ProduceJob<K,V> |
Class that will produce a single message to a given producer and catch incoming results.
|
| ProducerWorker<K,V> |
Implementation of the worker thread for the producer.
|
| ProducerWorkerManager |
Manages the
ProducerWorker registry. |
Copyright © 2020–2021 Axual B.V.. All rights reserved.