Package io.micronaut.rabbitmq.reactive
Contains classes specific to converting the RabbitMQ java client API to
a reactive API.
- Since:
- 1.1.0
-
Interface Summary Interface Description ReactivePublisher A generic contract for publishing RabbitMQ messages reactively. -
Class Summary 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 ReactorMono. -
Enum Summary Enum Description BrokerResponse An enumeration to represent the three possible states of response from a broker.