| Interface | Description |
|---|---|
| Callback |
A callback class which can be implemented to provide asynchronous handling of request completion.
|
| Class | Description |
|---|---|
| DatabusProducer<P> |
Publishes records to Databus.
|
| Producer<P> |
A abstract producer, responsible for handling Databus outgoing messages.
|
| ProducerConfig |
This class contains a set of names to configure a
DatabusProducer |
| ProducerRecord<P> |
Represents a record that
DatabusProducer
sends to DatabusConsumer |