Uses of Interface
org.springframework.amqp.core.Exchange
Packages that use Exchange
Package
Description
Provides core classes for the spring AMQP abstraction.
Provides classes supporting the Rabbit XML namespace.
Provides core classes for Spring Rabbit.
-
Uses of Exchange in org.springframework.amqp.core
Classes in org.springframework.amqp.core that implement ExchangeModifier and TypeClassDescriptionclass
Common properties that describe all exchange types.class
AnAbstractExchange
extension for Consistent Hash exchange type.class
Simple container collecting information to describe a custom exchange.class
Simple container collecting information to describe a direct exchange.class
Simple container collecting information to describe a fanout exchange.class
Headers exchange.class
Simple container collecting information to describe a topic exchange.Methods in org.springframework.amqp.core with type parameters of type ExchangeMethods in org.springframework.amqp.core with parameters of type ExchangeModifier and TypeMethodDescriptionvoid
AmqpAdmin.declareExchange
(Exchange exchange) Declare an exchange. -
Uses of Exchange in org.springframework.amqp.rabbit.config
Methods in org.springframework.amqp.rabbit.config with parameters of type ExchangeModifier and TypeMethodDescriptionvoid
BindingFactoryBean.setDestinationExchange
(Exchange destinationExchange) -
Uses of Exchange in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type ExchangeConstructors in org.springframework.amqp.rabbit.core with parameters of type ExchangeModifierConstructorDescriptionDeclareExchangeConnectionListener
(Exchange exchange, RabbitAdmin admin)