クラス ShutdownEndpoint
java.lang.ObjectSE
org.springframework.boot.actuate.context.ShutdownEndpoint
- 実装されたすべてのインターフェース:
Aware
,ApplicationContextAware
@Endpoint(id="shutdown",
enableByDefault=false)
public class ShutdownEndpoint
extends ObjectSE
implements ApplicationContextAware
@Endpoint
は ApplicationContext
をシャットダウンします。- 導入:
- 2.0.0
- 作成者:
- Dave Syer, Christian Dupuis, Andy Wilkinson
ネストされたクラスのサマリー
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
ShutdownEndpoint
public ShutdownEndpoint()
メソッドの詳細
shutdown
setApplicationContext
- 次で指定:
- インターフェース
ApplicationContextAware
のsetApplicationContext
- 例外:
BeansException