类 ShutdownEndpoint
java.lang.Object
org.springframework.boot.actuate.context.ShutdownEndpoint
- 所有已实现的接口:
Aware
,ApplicationContextAware
@Endpoint(id="shutdown",
defaultAccess=NONE)
public class ShutdownEndpoint
extends Object
implements ApplicationContextAware
@Endpoint
to shutdown the ApplicationContext
.- 从以下版本开始:
- 2.0.0
- 作者:
- Dave Syer, Christian Dupuis, Andy Wilkinson
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
ShutdownEndpoint
public ShutdownEndpoint()
-
-
方法详细资料
-
shutdown
-
setApplicationContext
- 指定者:
setApplicationContext
在接口中ApplicationContextAware
- 抛出:
BeansException
-