Class TomcatReactiveWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.reactive.TomcatReactiveWebServerFactoryCustomizer
- All Implemented Interfaces:
WebServerFactoryCustomizer<TomcatReactiveWebServerFactory>
public class TomcatReactiveWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<TomcatReactiveWebServerFactory>
WebServerFactoryCustomizer
to apply ServerProperties
to Tomcat reactive
web servers.- Since:
- 2.2.0
- Author:
- Andy Wilkinson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(TomcatReactiveWebServerFactory factory) Customize the specifiedWebServerFactory
.
-
Constructor Details
-
TomcatReactiveWebServerFactoryCustomizer
-
-
Method Details
-
customize
Description copied from interface:WebServerFactoryCustomizer
Customize the specifiedWebServerFactory
.- Specified by:
customize
in interfaceWebServerFactoryCustomizer<TomcatReactiveWebServerFactory>
- Parameters:
factory
- the web server factory to customize
-