@Order public class RabbitListenerConfigurationSelector extends Object implements DeferredImportSelector
DeferredImportSelector implementation with the lowest order to import a
MultiRabbitBootstrapConfiguration and RabbitBootstrapConfiguration
as late as possible.
MultiRabbitBootstrapConfiguration has precedence to be able to provide the
extended BeanPostProcessor, if enabled.DeferredImportSelector.Group| Constructor and Description |
|---|
RabbitListenerConfigurationSelector() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
selectImports(AnnotationMetadata importingClassMetadata) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetImportGroupgetExclusionFilterpublic String[] selectImports(AnnotationMetadata importingClassMetadata)
selectImports in interface ImportSelector