Spring AMQP

Uses of Class
org.springframework.amqp.rabbit.support.PendingConfirm

Packages that use PendingConfirm
org.springframework.amqp.rabbit.core   
org.springframework.amqp.rabbit.support   
 

Uses of PendingConfirm in org.springframework.amqp.rabbit.core
 

Methods in org.springframework.amqp.rabbit.core with parameters of type PendingConfirm
 void RabbitTemplate.handleConfirm(PendingConfirm pendingConfirm, boolean ack)
           
 

Method parameters in org.springframework.amqp.rabbit.core with type arguments of type PendingConfirm
 void RabbitTemplate.removePendingConfirmsReference(com.rabbitmq.client.Channel channel, SortedMap<Long,PendingConfirm> unconfirmed)
           
 

Uses of PendingConfirm in org.springframework.amqp.rabbit.support
 

Methods in org.springframework.amqp.rabbit.support that return types with arguments of type PendingConfirm
 SortedMap<Long,PendingConfirm> PublisherCallbackChannelImpl.addListener(PublisherCallbackChannel.Listener 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.
 

Methods in org.springframework.amqp.rabbit.support with parameters of type PendingConfirm
 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.
 void PublisherCallbackChannel.Listener.handleConfirm(PendingConfirm pendingConfirm, boolean ack)
          Invoked by the channel when a confirm is received.
 

Method parameters in org.springframework.amqp.rabbit.support with type arguments of type PendingConfirm
 void PublisherCallbackChannel.Listener.removePendingConfirmsReference(com.rabbitmq.client.Channel channel, SortedMap<Long,PendingConfirm> unconfirmed)
          When called, this listener must remove all references to the pending confirm map.
 


Spring AMQP

Copyright © 2012. All Rights Reserved.