Class WelcomeLogoApplicationListener

java.lang.Object
org.apache.dubbo.spring.boot.context.event.WelcomeLogoApplicationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>

@Order(-2147483627) public class WelcomeLogoApplicationListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>
Dubbo Welcome Logo ApplicationListener
Since:
2.7.0
See Also:
  • ApplicationListener
  • Constructor Details

    • WelcomeLogoApplicationListener

      public WelcomeLogoApplicationListener()
  • Method Details

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent event)
      Specified by:
      onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent>