Uses of Class
io.quarkus.undertow.websockets.client.deployment.AnnotatedWebsocketEndpointBuildItem
-
-
Uses of AnnotatedWebsocketEndpointBuildItem in io.quarkus.undertow.websockets.client.deployment
Method parameters in io.quarkus.undertow.websockets.client.deployment with type arguments of type AnnotatedWebsocketEndpointBuildItem 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, io.quarkus.netty.deployment.EventLoopSupplierBuildItem eventLoopSupplierBuildItem, List<AnnotatedWebsocketEndpointBuildItem> annotatedEndpoints, io.quarkus.arc.deployment.BeanContainerBuildItem beanContainerBuildItem, WebsocketConfig websocketConfig, io.quarkus.deployment.annotations.BuildProducer<WebSocketDeploymentInfoBuildItem> infoBuildItemBuildProducer, Optional<ServerWebSocketContainerFactoryBuildItem> factoryBuildItem)(package private) voidWebsocketClientProcessor. scanForAnnotatedEndpoints(io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem, io.quarkus.deployment.annotations.BuildProducer<AnnotatedWebsocketEndpointBuildItem> annotatedProducer)
-