Uses of Class
io.quarkus.websockets.client.deployment.WebsocketConfig
-
-
Uses of WebsocketConfig in io.quarkus.websockets.client.deployment
Methods in io.quarkus.websockets.client.deployment with parameters of type WebsocketConfig Modifier and Type Method Description ServerWebSocketContainerBuildItemWebsocketClientProcessor. deploy(io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem, WebsocketCoreRecorder recorder, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveClassBuildItem> reflection, List<AnnotatedWebsocketEndpointBuildItem> annotatedEndpoints, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem, WebsocketConfig websocketConfig, io.quarkus.deployment.annotations.BuildProducer<WebSocketDeploymentInfoBuildItem> infoBuildItemBuildProducer, Optional<ServerWebSocketContainerFactoryBuildItem> factoryBuildItem, io.quarkus.deployment.annotations.BuildProducer<ServletContextAttributeBuildItem> servletContextAttributeBuildItemBuildProducer)
-