Class WebSocketDeploymentInfoBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.websockets.client.deployment.WebSocketDeploymentInfoBuildItem
public final class WebSocketDeploymentInfoBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
-
Constructor Summary
ConstructorsConstructorDescriptionWebSocketDeploymentInfoBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> info) -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> getInfo()
-
Constructor Details
-
WebSocketDeploymentInfoBuildItem
public WebSocketDeploymentInfoBuildItem(io.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> info)
-
-
Method Details
-
getInfo
public io.quarkus.runtime.RuntimeValue<io.undertow.websockets.WebSocketDeploymentInfo> getInfo()
-