Class RabbitListenerTestSelector
- java.lang.Object
-
- org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector
-
- org.springframework.amqp.rabbit.test.RabbitListenerTestSelector
-
- All Implemented Interfaces:
org.springframework.context.annotation.DeferredImportSelector,org.springframework.context.annotation.ImportSelector
@Order(2147483547) public class RabbitListenerTestSelector extends org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelectorARabbitListenerConfigurationSelectorextension to register aRabbitListenerTestBootstrap, but already with the higher order, so theRabbitListenerTestHarnessbean is registered earlier, thanRabbitListenerAnnotationBeanPostProcessor.- Since:
- 2.1.6
-
-
Constructor Summary
Constructors Constructor Description RabbitListenerTestSelector()
-
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
-
-
-
-
Method Detail
-
selectImports
public java.lang.String[] selectImports(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
- Specified by:
selectImportsin interfaceorg.springframework.context.annotation.ImportSelector- Overrides:
selectImportsin classorg.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector
-
-