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 Object
implements org.springframework.context.annotation.DeferredImportSelector
A
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.- Since:
- 2.1.6
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector
org.springframework.context.annotation.DeferredImportSelector.Group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.DeferredImportSelector
getImportGroupMethods inherited from interface org.springframework.context.annotation.ImportSelector
getExclusionFilter
-
Constructor Details
-
RabbitListenerConfigurationSelector
public RabbitListenerConfigurationSelector()
-
-
Method Details
-
selectImports
public String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata) - Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector
-