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 java.lang.Object
General destination configurer.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
name
protected Queue
queue
protected Binding.DestinationType
type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingBuilder.DirectExchangeRoutingKeyConfigurer
to(DirectExchange exchange)
BindingBuilder.GenericExchangeRoutingKeyConfigurer
to(Exchange exchange)
Binding
to(FanoutExchange exchange)
BindingBuilder.HeadersExchangeMapConfigurer
to(HeadersExchange exchange)
BindingBuilder.TopicExchangeRoutingKeyConfigurer
to(TopicExchange exchange)
-
-
-
Field Detail
-
name
protected final java.lang.String name
-
type
protected final Binding.DestinationType type
-
queue
protected final Queue queue
-
-
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)
-
-