Class RabbitListenerConfigurationSelector
- java.lang.Object
-
- org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector
-
- All Implemented Interfaces:
org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector
@Order public class RabbitListenerConfigurationSelector extends java.lang.Object implements org.springframework.context.annotation.DeferredImportSelectorADeferredImportSelectorimplementation with the lowest order to import aMultiRabbitBootstrapConfigurationandRabbitBootstrapConfigurationas late as possible.MultiRabbitBootstrapConfigurationhas precedence to be able to provide the extended BeanPostProcessor, if enabled.- Since:
- 2.1.6
-
-
Constructor Summary
Constructors Constructor Description RabbitListenerConfigurationSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-