Class TomcatVirtualThreadsWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.tomcat.autoconfigure.TomcatVirtualThreadsWebServerFactoryCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, org.springframework.core.Ordered

public class TomcatVirtualThreadsWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableTomcatWebServerFactory>, org.springframework.core.Ordered
Activates VirtualThreadExecutor on Tomcat's protocol handler.
Since:
4.0.0
  • Constructor Details

    • TomcatVirtualThreadsWebServerFactoryCustomizer

      public TomcatVirtualThreadsWebServerFactoryCustomizer()
  • Method Details