Class 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.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
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.springframework.context.annotation.DeferredImportSelector

        org.springframework.context.annotation.DeferredImportSelector.Group
    • 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
      • Methods inherited from interface org.springframework.context.annotation.DeferredImportSelector

        getImportGroup
      • Methods inherited from interface org.springframework.context.annotation.ImportSelector

        getExclusionFilter
    • Constructor Detail

      • RabbitListenerTestSelector

        public RabbitListenerTestSelector()
    • Method Detail

      • selectImports

        public java.lang.String[] selectImports​(org.springframework.core.type.AnnotationMetadata importingClassMetadata)
        Specified by:
        selectImports in interface org.springframework.context.annotation.ImportSelector
        Overrides:
        selectImports in class org.springframework.amqp.rabbit.annotation.RabbitListenerConfigurationSelector