| Package | Description |
|---|---|
| org.springframework.amqp.core |
Provides core classes for the spring AMQP abstraction.
|
| org.springframework.amqp.rabbit.config |
Provides classes supporting the Rabbit XML namespace.
|
| org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
BindingBuilder.GenericArgumentsConfigurer.and(java.util.Map<java.lang.String,java.lang.Object> map) |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator.exist() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator.exists() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator.match() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator.matches(java.lang.Object value) |
Binding |
BindingBuilder.GenericArgumentsConfigurer.noargs() |
Binding |
BindingBuilder.DestinationConfigurer.to(FanoutExchange exchange) |
Binding |
BindingBuilder.TopicExchangeRoutingKeyConfigurer.with(java.lang.Enum<?> routingKeyEnum) |
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.with(java.lang.Enum<?> routingKeyEnum) |
Binding |
BindingBuilder.TopicExchangeRoutingKeyConfigurer.with(java.lang.String routingKey) |
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.with(java.lang.String routingKey) |
Binding |
BindingBuilder.DirectExchangeRoutingKeyConfigurer.withQueueName() |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpAdmin.declareBinding(Binding binding)
Declare a binding of a queue to an exchange.
|
void |
AmqpAdmin.removeBinding(Binding binding)
Remove a binding of a queue to an exchange.
|
| Modifier and Type | Method and Description |
|---|---|
Binding |
BindingFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
RabbitAdmin.declareBinding(Binding binding) |
private void |
RabbitAdmin.declareBindings(com.rabbitmq.client.Channel channel,
Binding... bindings) |
private boolean |
RabbitAdmin.isDeclaringImplicitQueueBinding(Binding binding) |
private boolean |
RabbitAdmin.isImplicitQueueBinding(Binding binding) |
private boolean |
RabbitAdmin.isRemovingImplicitQueueBinding(Binding binding) |
void |
RabbitAdmin.removeBinding(Binding binding) |