See: Description
| Interface | Description |
|---|---|
| ReactivePublisher |
A generic contract for publishing RabbitMQ messages reactively.
|
| Class | Description |
|---|---|
| RabbitPublishState |
Stores the state of a RabbitMQ message to be published.
|
| ReactorReactivePublisher |
A reactive publisher implementation that uses a single channel per publish
operation and returns a Reactor
Mono. |
| Enum | Description |
|---|---|
| BrokerResponse |
An enumeration to represent the three possible
states of response from a broker.
|