| パッケージ | 説明 |
|---|---|
| org.springframework.boot.web.reactive.context | Spring の ApplicationContext とのリアクティブベースの Web 統合。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | AnnotationConfigReactiveWebServerApplicationContext アノテーション付きクラスを入力として受け入れる ReactiveWebServerApplicationContext - 特に @Configuration アノテーション付きクラスだけでなく、プレーンな @Component クラスおよび javax.inject アノテーションを使用する JSR-330 準拠クラスも受け入れます。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
ReactiveWebServerApplicationContext | ReactiveWebServerInitializedEvent.getApplicationContext() |
| コンストラクターと説明 |
|---|
ReactiveWebServerInitializedEvent(WebServer webServer, ReactiveWebServerApplicationContext applicationContext) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.