|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.amqp.core.BindingBuilder.DestinationConfigurer
public static class BindingBuilder.DestinationConfigurer
| Field Summary | |
|---|---|
protected java.lang.String |
name
|
protected Binding.DestinationType |
type
|
| Method Summary | |
|---|---|
BindingBuilder.DirectExchangeRoutingKeyConfigurer |
to(DirectExchange exchange)
|
BindingBuilder.GenericExchangeRoutingKeyConfigurer |
to(Exchange exchange)
|
Binding |
to(FanoutExchange exchange)
|
BindingBuilder.HeadersExchangeMapConfigurer |
to(HeadersExchange exchange)
|
BindingBuilder.TopicExchangeRoutingKeyConfigurer |
to(TopicExchange exchange)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.lang.String name
protected final Binding.DestinationType type
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||