Package | Description |
---|---|
org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
org.springframework.amqp.rabbit.support |
Provides support classes for Spring Rabbit.
|
Modifier and Type | Class and Description |
---|---|
class |
RabbitTemplate
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
|
Modifier and Type | Method and Description |
---|---|
SortedMap<Long,PendingConfirm> |
PublisherCallbackChannelImpl.addListener(PublisherCallbackChannel.Listener listener)
Add the listener and return the internal map of pending confirmations for that listener.
|
SortedMap<Long,PendingConfirm> |
PublisherCallbackChannel.addListener(PublisherCallbackChannel.Listener listener)
Adds a
PublisherCallbackChannel.Listener and returns a reference to
the pending confirms map for that listener's pending
confirms, allowing the Listener to
assess unconfirmed sends at any point in time. |
void |
PublisherCallbackChannelImpl.addPendingConfirm(PublisherCallbackChannel.Listener listener,
long seq,
PendingConfirm pendingConfirm) |
void |
PublisherCallbackChannel.addPendingConfirm(PublisherCallbackChannel.Listener listener,
long seq,
PendingConfirm pendingConfirm)
Adds a pending confirmation to this channel's map.
|
boolean |
PublisherCallbackChannelImpl.removeListener(PublisherCallbackChannel.Listener listener) |
boolean |
PublisherCallbackChannel.removeListener(PublisherCallbackChannel.Listener listener)
Gets a reference to the current listener, or null.
|
Copyright © 2017. All rights reserved.