Uses of Class
org.springframework.amqp.rabbit.connection.PendingConfirm
Packages that use PendingConfirm
Package
Description
Provides classes related to connections.
Provides core classes for Spring Rabbit.
-
Uses of PendingConfirm in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection that return types with arguments of type PendingConfirmModifier and TypeMethodDescriptionPublisherCallbackChannel.expire
(PublisherCallbackChannel.Listener listener, long cutoffTime) Expire (remove) anyPendingConfirm
s created before cutoffTime for the supplied listener and return them to the caller.PublisherCallbackChannelImpl.expire
(PublisherCallbackChannel.Listener listener, long cutoffTime) Methods in org.springframework.amqp.rabbit.connection with parameters of type PendingConfirmModifier and TypeMethodDescriptionvoid
PublisherCallbackChannel.addPendingConfirm
(PublisherCallbackChannel.Listener listener, long seq, PendingConfirm pendingConfirm) Adds a pending confirmation to this channel's map.void
PublisherCallbackChannelImpl.addPendingConfirm
(PublisherCallbackChannel.Listener listener, long seq, PendingConfirm pendingConfirm) void
PublisherCallbackChannel.Listener.handleConfirm
(PendingConfirm pendingConfirm, boolean ack) Invoked by the channel when a confirm is received. -
Uses of PendingConfirm in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type PendingConfirmModifier and TypeMethodDescriptionvoid
RabbitTemplate.handleConfirm
(PendingConfirm pendingConfirm, boolean ack)