@NonNullApi
See: Description
| Interface | Description |
|---|---|
| ProducerCustomizer |
Called to enable customization of the
ProducerBuilder when a new producer is
created. |
| RabbitStreamOperations |
Provides methods for sending messages using a RabbitMQ Stream producer.
|
| Class | Description |
|---|---|
| RabbitStreamTemplate |
Default implementation of
RabbitStreamOperations. |
| Exception | Description |
|---|---|
| StreamSendException |
Used to complete the future exceptionally when sending fails.
|