Class Undertow

All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OneOfFeature, OpenRewriteFeature, MicronautRuntimeFeature, ServerFeature

@Requires(property="micronaut.starter.feature.undertow.server.enabled", value="true", defaultValue="true") @Singleton public class Undertow extends AbstractServletFeature implements OpenRewriteFeature
Represents the Undertow server feature for Micronaut applications. Adds support for running the application on an Undertow server.