Class RabbitListenerConfigurationSelector
- java.lang.Object
-
- org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector
-
- All Implemented Interfaces:
DeferredImportSelector
,ImportSelector
- Direct Known Subclasses:
RabbitListenerTestSelector
@Order public class RabbitListenerConfigurationSelector extends Object implements DeferredImportSelector
ADeferredImportSelector
implementation with the lowest order to import aMultiRabbitBootstrapConfiguration
andRabbitBootstrapConfiguration
as late as possible.MultiRabbitBootstrapConfiguration
has precedence to be able to provide the extended BeanPostProcessor, if enabled.- Since:
- 2.1.6
- Author:
- Artem Bilan
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
DeferredImportSelector.Group
-
-
Constructor Summary
Constructors Constructor Description RabbitListenerConfigurationSelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
selectImports(AnnotationMetadata importingClassMetadata)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroup
-
Methods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
-
-
-
Method Detail
-
selectImports
public String[] selectImports(AnnotationMetadata importingClassMetadata)
- Specified by:
selectImports
in interfaceImportSelector
-
-