Class SpringAxonAutoConfigurer.ImportSelector

java.lang.Object
org.axonframework.spring.config.SpringAxonAutoConfigurer.ImportSelector
All Implemented Interfaces:
org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.annotation.ImportSelector
Enclosing class:
SpringAxonAutoConfigurer

public static class SpringAxonAutoConfigurer.ImportSelector extends Object implements org.springframework.context.annotation.DeferredImportSelector
Implementation of an SpringAxonAutoConfigurer.ImportSelector that enables the import of the SpringAxonAutoConfigurer after all @Configuration beans have been processed.
  • Nested Class Summary

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

    org.springframework.context.annotation.DeferredImportSelector.Group
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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 Details

    • ImportSelector

      public ImportSelector()
  • Method Details

    • selectImports

      @Nonnull public String[] selectImports(@Nonnull org.springframework.core.type.AnnotationMetadata importingClassMetadata)
      Specified by:
      selectImports in interface org.springframework.context.annotation.ImportSelector