|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Binding | |
|---|---|
| org.springframework.amqp.core | |
| org.springframework.amqp.rabbit.admin | |
| org.springframework.amqp.rabbit.core | |
| Uses of Binding in org.springframework.amqp.core |
|---|
| Methods in org.springframework.amqp.core that return Binding | |
|---|---|
Binding |
BindingBuilder.ExchangeConfigurer.to(FanoutExchange exchange)
|
Binding |
BindingBuilder.TopicExchangeRoutingKeyConfigurer.with(Enum routingKeyEnum)
|
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.with(Enum routingKeyEnum)
|
Binding |
BindingBuilder.TopicExchangeRoutingKeyConfigurer.with(String routingKey)
|
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.with(String routingKey)
|
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.withQueueName()
|
| Methods in org.springframework.amqp.core with parameters of type Binding | |
|---|---|
void |
AmqpAdmin.declareBinding(Binding binding)
Declare a binding of a queue to an exchange. |
| Uses of Binding in org.springframework.amqp.rabbit.admin |
|---|
| Methods in org.springframework.amqp.rabbit.admin with parameters of type Binding | |
|---|---|
void |
RabbitBrokerAdmin.declareBinding(Binding binding)
|
void |
RabbitBrokerAdmin.removeBinding(Binding binding)
|
void |
RabbitBrokerOperations.removeBinding(Binding binding)
|
| Uses of Binding in org.springframework.amqp.rabbit.core |
|---|
| Methods in org.springframework.amqp.rabbit.core with parameters of type Binding | |
|---|---|
void |
RabbitAdmin.declareBinding(Binding binding)
|
|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||