Spring AMQP

org.springframework.amqp.core
Class BindingBuilder.DestinationConfigurer

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

public static class BindingBuilder.DestinationConfigurer
extends Object


Field Summary
protected  String name
           
protected  Binding.DestinationType type
           
 
Method Summary
 BindingBuilder.DirectExchangeRoutingKeyConfigurer to(DirectExchange exchange)
           
 BindingBuilder.GenericExchangeRoutingKeyConfigurer to(Exchange 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
 

Field Detail

name

protected final String name

type

protected final Binding.DestinationType type
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)

to

public BindingBuilder.GenericExchangeRoutingKeyConfigurer to(Exchange exchange)

Spring AMQP

Copyright © 2011. All Rights Reserved.