Spring AMQP

org.springframework.amqp.core
Class BindingBuilder.ExchangeConfigurer

java.lang.Object
  extended by org.springframework.amqp.core.BindingBuilder.ExchangeConfigurer
Enclosing class:
BindingBuilder

public static class BindingBuilder.ExchangeConfigurer
extends Object


Method Summary
 BindingBuilder.DirectExchangeRoutingKeyConfigurer to(DirectExchange exchange)
           
 Binding to(FanoutExchange exchange)
           
 BindingBuilder.HeadersExchangeMapConfigurer to(HeadersExchange exchange)
           
 BindingBuilder.TopicExchangeRoutingKeyConfigurer to(TopicExchange exchange)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

to

public Binding to(FanoutExchange exchange)

to

public BindingBuilder.HeadersExchangeMapConfigurer to(HeadersExchange exchange)

to

public BindingBuilder.DirectExchangeRoutingKeyConfigurer to(DirectExchange exchange)

to

public BindingBuilder.TopicExchangeRoutingKeyConfigurer to(TopicExchange exchange)

Spring AMQP

Copyright © 2011. All Rights Reserved.