クラス 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