Spring AMQP

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

Packages that use DirectExchange
org.springframework.amqp.config   
org.springframework.amqp.core   
 

Uses of DirectExchange in org.springframework.amqp.config
 

Methods in org.springframework.amqp.config that return DirectExchange
 DirectExchange AbstractAmqpConfiguration.defaultExchange()
          Provides convenient access to the default exchange which is always declared on the broker.
 

Uses of DirectExchange in org.springframework.amqp.core
 

Fields in org.springframework.amqp.core declared as DirectExchange
static DirectExchange DirectExchange.DEFAULT
           
 

Methods in org.springframework.amqp.core with parameters of type DirectExchange
 BindingBuilder.DirectExchangeRoutingKeyConfigurer BindingBuilder.ExchangeConfigurer.to(DirectExchange exchange)
           
 

Constructors in org.springframework.amqp.core with parameters of type DirectExchange
Binding(Queue queue, DirectExchange exchange)
           
Binding(Queue queue, DirectExchange exchange, String routingKey)
           
 


Spring AMQP

Copyright © 2011. All Rights Reserved.