Uses of Class
org.springframework.amqp.core.ExchangeBuilder
Packages that use ExchangeBuilder
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of ExchangeBuilder in org.springframework.amqp.core
Methods in org.springframework.amqp.core that return ExchangeBuilderModifier and TypeMethodDescriptionAdmin instances, or admin bean names that should declare this exchange.ExchangeBuilder.autoDelete()Set the auto delete flag.ExchangeBuilder.delayed()Set the delayed flag.static ExchangeBuilderExchangeBuilder.directExchange(String name) Return aDirectExchangebuilder.ExchangeBuilder.durable(boolean isDurable) Set the durable flag.static ExchangeBuilderExchangeBuilder.fanoutExchange(String name) Return aFanoutExchangebuilder.static ExchangeBuilderExchangeBuilder.headersExchange(String name) Return aHeadersExchangebuilder.ExchangeBuilder.ignoreDeclarationExceptions()Switch on ignore exceptions such as mismatched properties when declaring.ExchangeBuilder.internal()Set the internal flag.ExchangeBuilder.suppressDeclaration()Switch to disable declaration of the exchange by any admin.static ExchangeBuilderExchangeBuilder.topicExchange(String name) Return aTopicExchangebuilder.ExchangeBuilder.withArgument(String key, Object value) Add an argument.ExchangeBuilder.withArguments(Map<String, Object> arguments) Add the arguments.