Package io.quarkus.undertow.deployment
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) io.quarkus.runtime.RuntimeValue<io.undertow.Undertow>undertow
-
Constructor Summary
Constructors Constructor Description UndertowBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> undertow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<io.undertow.Undertow>getUndertow()
-