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
FieldsModifier and TypeFieldDescription(package private) final io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> -
Constructor Summary
ConstructorsConstructorDescriptionUndertowBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.Undertow> undertow) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<io.undertow.Undertow>
-
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()
-