public static final class BindingBuilder.DestinationConfigurer extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected Binding.DestinationType |
type |
Modifier and Type | Method and 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) |
protected final String name
protected final Binding.DestinationType type
public Binding to(FanoutExchange exchange)
public BindingBuilder.HeadersExchangeMapConfigurer to(HeadersExchange exchange)
public BindingBuilder.DirectExchangeRoutingKeyConfigurer to(DirectExchange exchange)
public BindingBuilder.TopicExchangeRoutingKeyConfigurer to(TopicExchange exchange)
public BindingBuilder.GenericExchangeRoutingKeyConfigurer to(Exchange exchange)