- すべてのスーパーインターフェース:
- ApplicationContext, ApplicationEventPublisher, AutoCloseableSE, BeanFactory, CloseableSE, ConfigurableApplicationContext, EnvironmentCapable, HierarchicalBeanFactory, Lifecycle, ListableBeanFactory, MessageSource, ReactiveWebApplicationContext, ResourceLoader, ResourcePatternResolver
- 既知のすべてのサブインターフェース:
- AssertableReactiveWebApplicationContext
- すべての既知の実装クラス:
- AnnotationConfigReactiveWebApplicationContext, AnnotationConfigReactiveWebServerApplicationContext, GenericReactiveWebApplicationContext, ReactiveWebServerApplicationContext
public interface ConfigurableReactiveWebApplicationContext
extends ConfigurableApplicationContext, ReactiveWebApplicationContext
リアクティブ Web アプリケーションの構成を提供するインターフェース。
- 導入:
- 2.0.0
- 作成者:
- Stephane Nicoll