public class ApplicationStartedEvent extends SpringApplicationEvent
application および command line ランナーが呼び出される前に発行されたイベント。sourceSE| コンストラクターと説明 |
|---|
ApplicationStartedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context) 新しい ApplicationStartedEvent インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
org.springframework.context.ConfigurableApplicationContext | getApplicationContext() アプリケーションコンテキストを返します。 |
getArgs, getSpringApplicationgetSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic ApplicationStartedEvent(SpringApplication application, StringSE[] args, org.springframework.context.ConfigurableApplicationContext context)
ApplicationStartedEvent インスタンスを作成します。application - 現在のアプリケーション args - アプリケーションが実行されている引数 context - 作成されていたコンテキスト Copyright © 2019 Pivotal Software, Inc.. All rights reserved.