Uses of Interface
org.springframework.amqp.core.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
AmqpAdmin.declareExchange
(Exchange exchange) Declare an exchange. -
Uses of Exchange in org.springframework.amqp.rabbit.config
Modifier and TypeMethodDescriptionvoid
BindingFactoryBean.setDestinationExchange
(Exchange destinationExchange) -
Uses of Exchange in org.springframework.amqp.rabbit.core
ModifierConstructorDescriptionDeclareExchangeConnectionListener
(Exchange exchange, RabbitAdmin admin)