|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Exchange | |
---|---|
org.springframework.amqp.core | |
org.springframework.amqp.rabbit.config | |
org.springframework.amqp.rabbit.core |
Uses of Exchange in org.springframework.amqp.core |
---|
Classes in org.springframework.amqp.core that implement Exchange | |
---|---|
class |
AbstractExchange
Common properties that describe all exchange types. |
class |
CustomExchange
Simple container collecting information to describe a custom exchange. |
class |
DirectExchange
Simple container collecting information to describe a direct exchange. |
class |
FanoutExchange
Simple container collecting information to describe a fanout exchange. |
class |
HeadersExchange
|
class |
TopicExchange
Simple container collecting information to describe a topic exchange. |
Methods in org.springframework.amqp.core with parameters of type Exchange | |
---|---|
static BindingBuilder.DestinationConfigurer |
BindingBuilder.bind(Exchange exchange)
|
void |
AmqpAdmin.declareExchange(Exchange exchange)
Declare an exchange |
BindingBuilder.GenericExchangeRoutingKeyConfigurer |
BindingBuilder.DestinationConfigurer.to(Exchange exchange)
|
Uses of Exchange in org.springframework.amqp.rabbit.config |
---|
Methods in org.springframework.amqp.rabbit.config with parameters of type Exchange | |
---|---|
void |
BindingFactoryBean.setDestinationExchange(Exchange destinationExchange)
|
Uses of Exchange in org.springframework.amqp.rabbit.core |
---|
Methods in org.springframework.amqp.rabbit.core with parameters of type Exchange | |
---|---|
void |
RabbitAdmin.declareExchange(Exchange exchange)
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |