Spring AMQP

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

Packages that use ExchangeType
org.springframework.amqp.core   
 

Uses of ExchangeType in org.springframework.amqp.core
 

Methods in org.springframework.amqp.core that return ExchangeType
 ExchangeType Address.getExchangeType()
           
abstract  ExchangeType AbstractExchange.getExchangeType()
           
 ExchangeType DirectExchange.getExchangeType()
           
 ExchangeType TopicExchange.getExchangeType()
           
 ExchangeType Exchange.getExchangeType()
           
 ExchangeType FanoutExchange.getExchangeType()
           
static ExchangeType ExchangeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExchangeType[] ExchangeType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.springframework.amqp.core with parameters of type ExchangeType
Address(ExchangeType exchangeType, String exchangeName, String routingKey)
          Create an Address given the exchange type, exchange name and routing key.
 


Spring AMQP

Copyright © 2010. All Rights Reserved.