标签: java spring spring-boot spring-bean
.NET中的服务具有OnStop方法(ServiceBase.OnStop)的概念,根据该文档,如果有问题的服务已停止,则将调用该方法。在Java中(甚至在Spring中)有与此等效的东西吗?
Microsoft参考:https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicebase.onstop?view=netframework-4.7.2