Package org.springframework.amqp.core
Class BindingBuilder.DestinationConfigurer
- java.lang.Object
-
- org.springframework.amqp.core.BindingBuilder.DestinationConfigurer
-
- Enclosing class:
- BindingBuilder
public static final class BindingBuilder.DestinationConfigurer extends Object
General destination configurer.
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringnameprotected Binding.DestinationTypetype
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingBuilder.DirectExchangeRoutingKeyConfigurerto(DirectExchange exchange)BindingBuilder.GenericExchangeRoutingKeyConfigurerto(Exchange exchange)Bindingto(FanoutExchange exchange)BindingBuilder.HeadersExchangeMapConfigurerto(HeadersExchange exchange)BindingBuilder.TopicExchangeRoutingKeyConfigurerto(TopicExchange exchange)
-
-
-
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)
-
-