Class TomcatVirtualThreadsWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.TomcatVirtualThreadsWebServerFactoryCustomizer
- All Implemented Interfaces:
- WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>,- Ordered
public class TomcatVirtualThreadsWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, Ordered
Activates 
VirtualThreadExecutor on Tomcat's protocol
 handler.- Since:
- 3.2.0
- Author:
- Moritz Halbritter
- 
Field SummaryFields inherited from interface org.springframework.core.OrderedHIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
TomcatVirtualThreadsWebServerFactoryCustomizerpublic TomcatVirtualThreadsWebServerFactoryCustomizer()
 
- 
- 
Method Details- 
customizeDescription copied from interface:WebServerFactoryCustomizerCustomize the specifiedWebServerFactory.- Specified by:
- customizein interface- WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>
- Parameters:
- factory- the web server factory to customize
 
- 
getOrderpublic int getOrder()
 
-