Class ManagementWebServerFactoryCustomizer<T extends ConfigurableWebServerFactory>

java.lang.Object
org.springframework.boot.actuate.autoconfigure.web.server.ManagementWebServerFactoryCustomizer<T>
Type Parameters:
T - the type of web server factory to customize
All Implemented Interfaces:
WebServerFactoryCustomizer<T>, Ordered

public abstract class ManagementWebServerFactoryCustomizer<T extends ConfigurableWebServerFactory> extends Object implements WebServerFactoryCustomizer<T>, Ordered
WebServerFactoryCustomizer that customizes the WebServerFactory used to create the management context's web server.
Since:
2.0.0
Author:
Andy Wilkinson