Class RabbitListenerTestSelector
java.lang.Object
org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector
org.springframework.amqp.rabbit.test.RabbitListenerTestSelector
- All Implemented Interfaces:
DeferredImportSelector
,ImportSelector
@Order(2147483547)
public class RabbitListenerTestSelector
extends RabbitListenerConfigurationSelector
A
RabbitListenerConfigurationSelector
extension to register
a RabbitListenerTestBootstrap
, but already with the higher order,
so the RabbitListenerTestHarness
bean is registered earlier,
than RabbitListenerAnnotationBeanPostProcessor
.- 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
-
Method Summary
Modifier and TypeMethodDescriptionString[]
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
-
Constructor Details
-
RabbitListenerTestSelector
public RabbitListenerTestSelector()
-
-
Method Details
-
selectImports
- Specified by:
selectImports
in interfaceImportSelector
- Overrides:
selectImports
in classRabbitListenerConfigurationSelector
-