Uses of Interface
org.springframework.amqp.core.Declarable
Packages that use Declarable
Package
Description
Provides core classes for the spring AMQP abstraction.
Annotations and supporting classes for declarative Rabbit listener
endpoint
Provides core classes for Spring Rabbit.
Classes for testing Spring AMQP applications.
-
Uses of Declarable in org.springframework.amqp.core
Subinterfaces of Declarable in org.springframework.amqp.coreClasses in org.springframework.amqp.core that implement DeclarableModifier and TypeClassDescriptionclass
Base class forDeclarable
classes.class
Common properties that describe all exchange types.class
Represents an anonymous, non-durable, exclusive, auto-delete queue.class
Simple container collecting information to describe a binding.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 queue.class
Simple container collecting information to describe a topic exchange.Methods in org.springframework.amqp.core with type parameters of type DeclarableModifier and TypeMethodDescription<T extends Declarable>
List<T>Declarables.getDeclarablesByType
(Class<? extends T> type) Return the elements that are instances of the provided class.Methods in org.springframework.amqp.core that return types with arguments of type DeclarableModifier and TypeMethodDescriptionDeclarables.getDeclarables()
default Set<Declarable>
AmqpAdmin.getManualDeclarableSet()
Return the manually declared AMQP objects.Constructors in org.springframework.amqp.core with parameters of type DeclarableConstructor parameters in org.springframework.amqp.core with type arguments of type Declarable -
Uses of Declarable in org.springframework.amqp.rabbit.annotation
Methods in org.springframework.amqp.rabbit.annotation that return types with arguments of type DeclarableModifier and TypeMethodDescriptionprotected Collection<Declarable>
MultiRabbitListenerAnnotationBeanPostProcessor.processAmqpListener
(RabbitListener rabbitListener, Method method, Object bean, String beanName) protected Collection<Declarable>
RabbitListenerAnnotationBeanPostProcessor.processAmqpListener
(RabbitListener rabbitListener, Method method, Object bean, String beanName) protected Collection<Declarable>
RabbitListenerAnnotationBeanPostProcessor.processListener
(MethodRabbitListenerEndpoint endpoint, RabbitListener rabbitListener, Object bean, Object target, String beanName) -
Uses of Declarable in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core that return DeclarableMethods in org.springframework.amqp.rabbit.core that return types with arguments of type DeclarableConstructors in org.springframework.amqp.rabbit.core with parameters of type DeclarableModifierConstructorDescriptionDeclarationExceptionEvent
(Object source, Declarable declarable, Throwable t) -
Uses of Declarable in org.springframework.amqp.rabbit.test
Methods in org.springframework.amqp.rabbit.test that return types with arguments of type DeclarableModifier and TypeMethodDescriptionprotected Collection<Declarable>
RabbitListenerTestHarness.processListener
(MethodRabbitListenerEndpoint endpoint, RabbitListener rabbitListener, Object bean, Object target, String beanName)