public static class BindingBuilder.DestinationConfigurer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name |
protected Binding.DestinationType |
type |
| Modifier | Constructor and Description |
|---|---|
private |
DestinationConfigurer(java.lang.String name,
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 java.lang.String name
protected final Binding.DestinationType type
private DestinationConfigurer(java.lang.String name,
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)