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 TypeClassDescriptionclassCommon properties that describe all exchange types.classSimple container collecting information to describe a custom exchange.classSimple container collecting information to describe a direct exchange.classSimple container collecting information to describe a fanout exchange.classHeaders exchange.classSimple 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 TypeMethodDescriptionvoidAmqpAdmin.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 TypeMethodDescriptionvoidBindingFactoryBean.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)