Package | Description |
---|---|
org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
org.springframework.amqp.rabbit.listener |
Provides classes for message listener containers.
|
org.springframework.amqp.rabbit.support |
Provides support classes for Spring Rabbit.
|
Class and Description |
---|
CorrelationData
Base class for correlating publisher confirms to sent messages.
|
MessagePropertiesConverter
Strategy interface for converting between Spring AMQP
MessageProperties
and RabbitMQ BasicProperties. |
PendingConfirm
Instances of this object track pending publisher confirms.
|
PublisherCallbackChannel.Listener
Listeners implementing this interface can participate
in publisher confirms received from multiple channels,
by invoking addListener on each channel.
|
Class and Description |
---|
MessagePropertiesConverter
Strategy interface for converting between Spring AMQP
MessageProperties
and RabbitMQ BasicProperties. |
Class and Description |
---|
CorrelationData
Base class for correlating publisher confirms to sent messages.
|
MessagePropertiesConverter
Strategy interface for converting between Spring AMQP
MessageProperties
and RabbitMQ BasicProperties. |
PendingConfirm
Instances of this object track pending publisher confirms.
|
PublisherCallbackChannel
Instances of this interface support a single listener being
registered for publisher confirms with multiple channels,
by adding context to the callbacks.
|
PublisherCallbackChannel.Listener
Listeners implementing this interface can participate
in publisher confirms received from multiple channels,
by invoking addListener on each channel.
|
Copyright © 2017. All rights reserved.