Spring AMQP

Uses of Interface
org.springframework.amqp.core.Exchange

Packages that use Exchange
org.springframework.amqp.core   
org.springframework.amqp.rabbit.config   
org.springframework.amqp.rabbit.core   
 

Uses of Exchange in org.springframework.amqp.core
 

Classes in org.springframework.amqp.core that implement Exchange
 class AbstractExchange
          Common properties that describe all exchange types.
 class CustomExchange
          Simple container collecting information to describe a custom exchange.
 class DirectExchange
          Simple container collecting information to describe a direct exchange.
 class FanoutExchange
          Simple container collecting information to describe a fanout exchange.
 class HeadersExchange
           
 class TopicExchange
          Simple container collecting information to describe a topic exchange.
 

Methods in org.springframework.amqp.core with parameters of type Exchange
static BindingBuilder.DestinationConfigurer BindingBuilder.bind(Exchange exchange)
           
 void AmqpAdmin.declareExchange(Exchange exchange)
          Declare an exchange
 BindingBuilder.GenericExchangeRoutingKeyConfigurer BindingBuilder.DestinationConfigurer.to(Exchange exchange)
           
 

Uses of Exchange in org.springframework.amqp.rabbit.config
 

Methods in org.springframework.amqp.rabbit.config with parameters of type Exchange
 void BindingFactoryBean.setDestinationExchange(Exchange destinationExchange)
           
 

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

Methods in org.springframework.amqp.rabbit.core with parameters of type Exchange
 void RabbitAdmin.declareExchange(Exchange exchange)
           
 


Spring AMQP

Copyright © 2011. All Rights Reserved.