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.classAnAbstractExchangeextension for Consistent Hash exchange type.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.Subinterfaces with type arguments of type Declarable in org.springframework.amqp.coreModifier and TypeInterfaceDescriptioninterfaceBeans of this type are invoked by theAmqpAdminbefore declaring theDeclarable, allowing customization thereof.interfaceBeans of this type are invoked by theAmqpAdminbefore declaring theDeclarable, allowing customization thereof.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, @Nullable 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)