T
- The reactive typepublic interface ReactivePublisher<T>
Modifier and Type | Method and Description |
---|---|
T |
publish(String exchange,
String routingKey,
com.rabbitmq.client.AMQP.BasicProperties properties,
byte[] body)
Publish the message with the provided arguments and return
a reactive type that completes successfully when the broker
acknowledged the message.
|
T publish(String exchange, String routingKey, com.rabbitmq.client.AMQP.BasicProperties properties, byte[] body)
exchange
- The exchangeroutingKey
- The routing keyproperties
- The propertiesbody
- The body