Class UndertowBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.undertow.deployment.UndertowBuildItem

public final class UndertowBuildItem extends io.quarkus.builder.item.SimpleBuildItem
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final io.quarkus.runtime.RuntimeValue<io.undertow.Undertow>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UndertowBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> undertow)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.runtime.RuntimeValue<io.undertow.Undertow>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • undertow

      final io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> undertow
  • Constructor Details

    • UndertowBuildItem

      public UndertowBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> undertow)
  • Method Details

    • getUndertow

      public io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> getUndertow()