Uses of Class
io.quarkus.websockets.client.deployment.AnnotatedWebsocketEndpointBuildItem
-
-
Uses of AnnotatedWebsocketEndpointBuildItem in io.quarkus.websockets.client.deployment
Method parameters in io.quarkus.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, 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)(package private) voidWebsocketClientProcessor. scanForAnnotatedEndpoints(io.quarkus.deployment.builditem.CombinedIndexBuildItem indexBuildItem, io.quarkus.deployment.annotations.BuildProducer<AnnotatedWebsocketEndpointBuildItem> annotatedProducer)
-