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 TypeClassDescriptionclassBase class forDeclarableclasses.classCommon properties that describe all exchange types.classRepresents an anonymous, non-durable, exclusive, auto-delete queue.classSimple container collecting information to describe a binding.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 queue.classSimple container collecting information to describe a topic exchange.Methods in org.springframework.amqp.core that return types with arguments of type DeclarableConstructors 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 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)