インターフェースの使用
org.springframework.boot.web.context.reactive.ReactiveWebApplicationContext
ReactiveWebApplicationContext を使用するパッケージ
パッケージ
説明
ApplicationContexts の AssertJ サポート。
Spring の
ApplicationContext とのリアクティブベースの Web 統合。Spring の
ApplicationContext とのリアクティブ Web サーバーベースの統合。org.springframework.boot.test.context.assertj 内の ReactiveWebApplicationContext 使用
org.springframework.boot.web.context.reactive 内の ReactiveWebApplicationContext 使用
修飾子と型インターフェース説明interfaceリアクティブ Web アプリケーションの構成を提供するインターフェース。修飾子と型クラス説明classアノテーション付きクラスを入力として受け入れるConfigurableReactiveWebApplicationContext- 特に@Configurationアノテーション付きクラスだけでなく、プレーンな@Componentクラスとjavax.injectアノテーションを使用する JSR-330 準拠クラスも受け入れます。classGenericApplicationContextのサブクラス。リアクティブ Web 環境に適しています。org.springframework.boot.web.server.reactive.context 内の ReactiveWebApplicationContext 使用
修飾子と型クラス説明classアノテーション付きクラスを入力として受け入れるReactiveWebServerApplicationContext- 特に@Configurationアノテーション付きクラスだけでなく、プレーンな@Componentクラスとjavax.injectアノテーションを使用する JSR-330 準拠クラスも受け入れます。class含まれているReactiveWebServerFactoryBean からブートストラップするために使用できるGenericReactiveWebApplicationContext。