Package org.springframework.rabbit.stream.producer
Provides classes for stream producers.
-
Interface Summary Interface Description ProducerCustomizer Called to enable customization of theProducerBuilder
when a new producer is created.RabbitStreamOperations Provides methods for sending messages using a RabbitMQ Stream producer. -
Class Summary Class Description RabbitStreamTemplate Default implementation ofRabbitStreamOperations
. -
Exception Summary Exception Description StreamSendException Used to complete the future exceptionally when sending fails.