类 ApplicationClosedEventListener

java.lang.Object
tech.mhuang.pacebox.springboot.core.event.ApplicationClosedEventListener
所有已实现的接口:
EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>

public class ApplicationClosedEventListener extends Object implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
spring停止运行
从以下版本开始:
2022.0.0.2
作者:
mhuang
  • 构造器详细资料

    • ApplicationClosedEventListener

      public ApplicationClosedEventListener()
  • 方法详细资料

    • onApplicationEvent

      public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event)
      指定者:
      onApplicationEvent 在接口中 org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>