org.springframework.amqp.core
Class BindingBuilder.DestinationConfigurer
java.lang.Object
org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
- Enclosing class:
- BindingBuilder
public static class BindingBuilder.DestinationConfigurer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected final String name
type
protected final Binding.DestinationType type
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)
Copyright © 2011. All Rights Reserved.