Class Undertow
java.lang.Object
io.micronaut.starter.feature.server.AbstractMicronautServerFeature
io.micronaut.starter.feature.server.AbstractServletFeature
io.micronaut.starter.feature.server.Undertow
- All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, MicronautRuntimeFeature, OneOfFeature, ServerFeature
@Requires(property="micronaut.starter.feature.undertow.server.enabled",
value="true",
defaultValue="true")
@Singleton
public class Undertow
extends AbstractServletFeature
-
Field Summary
Fields inherited from interface MicronautRuntimeFeature
PROPERTY_MICRONAUT_RUNTIMEFields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoApply(GeneratorContext generatorContext) getName()The name of the feature.getTitle()@NonNull StringresolveMicronautRuntime(@NonNull GeneratorContext generatorContext) Methods inherited from class AbstractServletFeature
applyMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.core.naming.Described
getDescriptionMethods inherited from interface Feature
getOrder, getThirdPartyDocumentation, isCommunity, isPreview, isVisible, processSelectedFeaturesMethods inherited from interface MicronautRuntimeFeature
addMicronautRuntimeBuildPropertyMethods inherited from interface ServerFeature
getCategory, getFeatureClass, supports
-
Constructor Details
-
Undertow
public Undertow()
-
-
Method Details
-
getName
-
getTitle
- Returns:
- The title of the feature
-
getDescription
-
getMicronautDocumentation
- Returns:
- Returns a link to Micronaut documentation about the feature. eg. https://micronaut-projects.github.io/micronaut-cache/latest/guide/index.html#hazelcast
-
doApply
- Specified by:
doApplyin classAbstractMicronautServerFeature
-
resolveMicronautRuntime
@NonNull public @NonNull String resolveMicronautRuntime(@NonNull @NonNull GeneratorContext generatorContext)
-