Class JettyVirtualThreadsWebServerFactoryCustomizer

java.lang.Object
org.springframework.boot.jetty.autoconfigure.JettyVirtualThreadsWebServerFactoryCustomizer
All Implemented Interfaces:
org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableJettyWebServerFactory>, org.springframework.core.Ordered

public class JettyVirtualThreadsWebServerFactoryCustomizer extends Object implements org.springframework.boot.web.server.WebServerFactoryCustomizer<ConfigurableJettyWebServerFactory>, org.springframework.core.Ordered
Activates virtual threads on the ConfigurableJettyWebServerFactory.
Since:
4.0.0
  • Constructor Details

    • JettyVirtualThreadsWebServerFactoryCustomizer

      public JettyVirtualThreadsWebServerFactoryCustomizer()
  • Method Details