Class LogbackAccessUndertowConfiguration
-
- All Implemented Interfaces:
@Configuration(proxyBeanMethods = false)@ConditionalOnClass(value = {Undertow.class})@ConditionalOnWebApplication() public final class LogbackAccessUndertowConfigurationThe configuration for the Undertow web server.
-
-
Constructor Summary
Constructors Constructor Description LogbackAccessUndertowConfiguration()
-
Method Summary
Modifier and Type Method Description final LogbackAccessUndertowWebServerFactoryCustomizerlogbackAccessUndertowWebServerFactoryCustomizer(LogbackAccessContext logbackAccessContext)Provides the WebServerFactoryCustomizer for the Undertow web server. -
-
Method Detail
-
logbackAccessUndertowWebServerFactoryCustomizer
@Bean()@ConditionalOnMissingBean() final LogbackAccessUndertowWebServerFactoryCustomizer logbackAccessUndertowWebServerFactoryCustomizer(LogbackAccessContext logbackAccessContext)
Provides the WebServerFactoryCustomizer for the Undertow web server.
- Parameters:
logbackAccessContext- The Logback-access context.
-
-
-
-