Spring AMQP

Uses of Class
org.springframework.amqp.core.AcknowledgeMode

Packages that use AcknowledgeMode
org.springframework.amqp.core   
org.springframework.amqp.rabbit.listener   
 

Uses of AcknowledgeMode in org.springframework.amqp.core
 

Methods in org.springframework.amqp.core that return AcknowledgeMode
static AcknowledgeMode AcknowledgeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AcknowledgeMode[] AcknowledgeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AcknowledgeMode in org.springframework.amqp.rabbit.listener
 

Methods in org.springframework.amqp.rabbit.listener that return AcknowledgeMode
 AcknowledgeMode AbstractMessageListenerContainer.getAcknowledgeMode()
           
 

Methods in org.springframework.amqp.rabbit.listener with parameters of type AcknowledgeMode
 void AbstractMessageListenerContainer.setAcknowledgeMode(AcknowledgeMode acknowledgeMode)
           Flag controlling the behaviour of the container with respect to message acknowledgement.
 

Constructors in org.springframework.amqp.rabbit.listener with parameters of type AcknowledgeMode
BlockingQueueConsumer(ConnectionFactory connectionFactory, MessagePropertiesConverter messagePropertiesConverter, ActiveObjectCounter<BlockingQueueConsumer> activeObjectCounter, AcknowledgeMode acknowledgeMode, boolean transactional, int prefetchCount, String... queues)
          Create a consumer.
 


Spring AMQP

Copyright © 2011. All Rights Reserved.