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.
|
RxJavaReactivePublisher |
A reactive publisher implementation that uses a single channel per publish
operation and returns an RxJava2
Completable . |
Enum | Description |
---|---|
BrokerResponse |
An enumeration to represent the three possible
states of response from a broker.
|