Class VertxReactiveWebServerFactoryCustomizer

  • All Implemented Interfaces:
    org.springframework.boot.web.server.WebServerFactoryCustomizer<VertxReactiveWebServerFactory>, org.springframework.core.Ordered

    public class VertxReactiveWebServerFactoryCustomizer
    extends java.lang.Object
    implements org.springframework.boot.web.server.WebServerFactoryCustomizer<VertxReactiveWebServerFactory>, org.springframework.core.Ordered
    • Field Summary

      • Fields inherited from interface org.springframework.core.Ordered

        HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
    • Method Summary

      Modifier and Type Method Description
      void customize​(VertxReactiveWebServerFactory factory)  
      int getOrder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxReactiveWebServerFactoryCustomizer

        public VertxReactiveWebServerFactoryCustomizer​(java.util.Set<HttpServerOptionsCustomizer> userDefinedCustomizers)
    • Method Detail

      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered