类 EasyRetryCloseListener
java.lang.Object
com.aizuda.easy.retry.client.common.init.EasyRetryCloseListener
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
@Component
public class EasyRetryCloseListener
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
系统关闭监听器
- 从以下版本开始:
- 1.0.0
-
构造器详细资料
-
EasyRetryCloseListener
public EasyRetryCloseListener()
-
-
方法详细资料
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextClosedEvent event) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.event.ContextClosedEvent>
-