Uses of Interface
org.springframework.amqp.core.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
Modifier 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
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.Modifier and TypeMethodDescriptionDeclarables.getDeclarables()
default Map<String,
Declarable> AmqpAdmin.getManualDeclarables()
Return the manually declared AMQP objects. -
Uses of Declarable in org.springframework.amqp.rabbit.annotation
Modifier 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
Modifier and TypeMethodDescriptionRabbitAdmin.getManualDeclarables()
Return the manually declared AMQP objects.ModifierConstructorDescriptionDeclarationExceptionEvent
(Object source, Declarable declarable, Throwable t) -
Uses of Declarable in org.springframework.amqp.rabbit.test
Modifier and TypeMethodDescriptionprotected Collection<Declarable>
RabbitListenerTestHarness.processListener
(MethodRabbitListenerEndpoint endpoint, RabbitListener rabbitListener, Object bean, Object target, String beanName)