Class Undertow

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

@Singleton public class Undertow extends AbstractMicronautServerFeature
  • Constructor Details

    • Undertow

      public Undertow()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: Feature
      The name of the feature. It must be unique.
      Returns:
      the name of the feature
    • getTitle

      public String getTitle()
      Returns:
      The title of the feature
    • getDescription

      public String getDescription()
    • getMicronautDocumentation

      public String 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

      public void doApply(GeneratorContext generatorContext)
      Specified by:
      doApply in class AbstractMicronautServerFeature
    • resolveMicronautRuntime

      @NonNull public @NonNull String resolveMicronautRuntime(@NonNull @NonNull GeneratorContext generatorContext)