Class ApplicationReadyEventRunner

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware , org.springframework.beans.factory.BeanNameAware , org.springframework.core.Ordered

    
    public class ApplicationReadyEventRunner
     implements Ordered, BeanNameAware
                        

    run on ApplicationReadyEvent is sent after any application and command-line runners have been called.

    Since:

    2023-02-06

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getOrder()
      ApplicationRunner getRunner()
      String getBeanName()
      void setBeanName(String beanName)
      void run(ApplicationArguments args)
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class org.springframework.core.Ordered

        getOrder
      • Methods inherited from class org.springframework.beans.factory.BeanNameAware

        setBeanName
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait