Uses of Interface
org.springframework.amqp.core.AmqpAdmin
Packages that use AmqpAdmin
Package
Description
Provides classes supporting the Rabbit XML namespace.
Provides core classes for Spring Rabbit.
Provides classes for message listener containers.
-
Uses of AmqpAdmin in org.springframework.amqp.rabbit.config
Methods in org.springframework.amqp.rabbit.config with parameters of type AmqpAdminModifier and TypeMethodDescriptionvoidBindingFactoryBean.setAdminsThatShouldDeclare(AmqpAdmin... admins) -
Uses of AmqpAdmin in org.springframework.amqp.rabbit.core
Classes in org.springframework.amqp.rabbit.core that implement AmqpAdminModifier and TypeClassDescriptionclassRabbitMQ implementation of portable AMQP administrative operations for AMQP >= 0.9.1. -
Uses of AmqpAdmin in org.springframework.amqp.rabbit.listener
Methods in org.springframework.amqp.rabbit.listener that return AmqpAdminModifier and TypeMethodDescriptionAbstractRabbitListenerEndpoint.getAdmin()protected AmqpAdminAbstractMessageListenerContainer.getAmqpAdmin()Methods in org.springframework.amqp.rabbit.listener with parameters of type AmqpAdminModifier and TypeMethodDescriptionvoidSet theAmqpAdmininstance to use.voidAbstractMessageListenerContainer.setAmqpAdmin(AmqpAdmin amqpAdmin) Set theAmqpAdmin, used to declare any auto-delete queues, bindings etc when the container is started.