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(Map<String,Object> map) |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeKeysBindingCreator.exist() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator.exists() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeMapBindingCreator.match() |
Binding |
BindingBuilder.HeadersExchangeMapConfigurer.HeadersExchangeSingleValueBindingCreator.matches(Object value) |
Binding |
BindingBuilder.GenericArgumentsConfigurer.noargs() |
Binding |
BindingBuilder.DestinationConfigurer.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() |
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) |
void |
RabbitAdmin.removeBinding(Binding binding) |
Copyright © 2018. All rights reserved.