Uses of Class
io.quarkus.websockets.next.deployment.CallbackArgumentsBuildItem
Packages that use CallbackArgumentsBuildItem
-
Uses of CallbackArgumentsBuildItem in io.quarkus.websockets.next.deployment
Methods in io.quarkus.websockets.next.deployment that return CallbackArgumentsBuildItemModifier and TypeMethodDescription(package private) CallbackArgumentsBuildItemWebSocketProcessor.collectCallbackArguments(List<CallbackArgumentBuildItem> callbackArguments) Methods in io.quarkus.websockets.next.deployment with parameters of type CallbackArgumentsBuildItemModifier and TypeMethodDescription(package private) voidWebSocketProcessor.collectEndpoints(io.quarkus.arc.deployment.BeanArchiveIndexBuildItem beanArchiveIndex, io.quarkus.arc.deployment.BeanDiscoveryFinishedBuildItem beanDiscoveryFinished, CallbackArgumentsBuildItem callbackArguments, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.deployment.builditem.nativeimage.ReflectiveHierarchyBuildItem> reflectiveHierarchy, io.quarkus.deployment.annotations.BuildProducer<WebSocketEndpointBuildItem> endpoints) (package private) voidWebSocketProcessor.collectGlobalErrorHandlers(io.quarkus.arc.deployment.BeanArchiveIndexBuildItem beanArchiveIndex, io.quarkus.arc.deployment.BeanDiscoveryFinishedBuildItem beanDiscoveryFinished, io.quarkus.deployment.annotations.BuildProducer<GlobalErrorHandlersBuildItem> globalErrorHandlers, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.arc.deployment.UnremovableBeanBuildItem> unremovableBean, CallbackArgumentsBuildItem callbackArguments, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations) (package private) static CallbackWebSocketProcessor.findCallback(Callback.Target target, org.jboss.jandex.IndexView index, io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.ClassInfo beanClass, org.jboss.jandex.DotName annotationName, CallbackArgumentsBuildItem callbackArguments, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations, String endpointPath) WebSocketProcessor.findErrorHandlers(Callback.Target expectedTarget, org.jboss.jandex.IndexView index, io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.ClassInfo beanClass, CallbackArgumentsBuildItem callbackArguments, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations, String endpointPath) Constructors in io.quarkus.websockets.next.deployment with parameters of type CallbackArgumentsBuildItemModifierConstructorDescriptionCallback(Callback.Target target, org.jboss.jandex.AnnotationInstance annotation, io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.MethodInfo method, io.quarkus.websockets.next.runtime.WebSocketEndpoint.ExecutionModel executionModel, CallbackArgumentsBuildItem callbackArguments, io.quarkus.arc.deployment.TransformedAnnotationsBuildItem transformedAnnotations, String endpointPath, org.jboss.jandex.IndexView index)