Class ImportAwareListener

  • All Implemented Interfaces:
    io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>, java.util.EventListener

    @Singleton
    @Internal
    public class ImportAwareListener
    extends java.lang.Object
    implements io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>
    Handles the import aware interface.
    Since:
    4.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.context.annotation.ImportAware onCreated​(io.micronaut.context.event.BeanCreatedEvent<org.springframework.context.annotation.ImportAware> event)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImportAwareListener

        public ImportAwareListener()
    • Method Detail

      • onCreated

        public org.springframework.context.annotation.ImportAware onCreated​(io.micronaut.context.event.BeanCreatedEvent<org.springframework.context.annotation.ImportAware> event)
        Specified by:
        onCreated in interface io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>