Spring AMQP

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

Packages that use MessageDeliveryMode
org.springframework.amqp.core   
 

Uses of MessageDeliveryMode in org.springframework.amqp.core
 

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

Methods in org.springframework.amqp.core with parameters of type MessageDeliveryMode
 void MessageProperties.setDeliveryMode(MessageDeliveryMode deliveryMode)
           
static int MessageDeliveryMode.toInt(MessageDeliveryMode mode)
           
 


Spring AMQP

Copyright © 2011. All Rights Reserved.