Uses of Class
io.quarkus.websockets.next.deployment.Callback
Packages that use Callback
-
Uses of Callback in io.quarkus.websockets.next.deployment
Fields in io.quarkus.websockets.next.deployment declared as CallbackModifier and TypeFieldDescriptionfinal CallbackWebSocketEndpointBuildItem.onBinaryMessagefinal CallbackWebSocketEndpointBuildItem.onClosefinal CallbackWebSocketEndpointBuildItem.onOpenfinal CallbackWebSocketEndpointBuildItem.onPingMessagefinal CallbackWebSocketEndpointBuildItem.onPongMessagefinal CallbackWebSocketEndpointBuildItem.onTextMessageFields in io.quarkus.websockets.next.deployment with type parameters of type CallbackMethods in io.quarkus.websockets.next.deployment that return CallbackModifier and TypeMethodDescriptionWebSocketProcessor.ErrorHandler.callback()Returns the value of thecallbackrecord component.WebSocketProcessor.GlobalErrorHandler.callback()Returns the value of thecallbackrecord component.(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) Methods in io.quarkus.websockets.next.deployment that return types with arguments of type CallbackModifier and TypeMethodDescriptionWebSocketProcessor.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) Methods in io.quarkus.websockets.next.deployment with parameters of type CallbackModifier and TypeMethodDescription(package private) static io.quarkus.gizmo2.ExprWebSocketProcessor.decodeMessage(io.quarkus.gizmo2.creator.BlockCreator bc, io.quarkus.gizmo2.Expr endpointThis, boolean binaryMessage, org.jboss.jandex.Type valueType, io.quarkus.gizmo2.Var value, Callback callback) Constructors in io.quarkus.websockets.next.deployment with parameters of type CallbackModifierConstructorDescription(package private)ErrorHandler(io.quarkus.arc.processor.BeanInfo bean, Callback callback, io.quarkus.gizmo2.desc.FieldDesc invoker, List<org.jboss.jandex.DotName> hierarchy) Creates an instance of aErrorHandlerrecord class.(package private)GlobalErrorHandler(io.quarkus.arc.processor.BeanInfo bean, Callback callback) Creates an instance of aGlobalErrorHandlerrecord class.(package private)WebSocketEndpointBuildItem(boolean isClient, io.quarkus.arc.processor.BeanInfo bean, String path, String id, io.quarkus.websockets.next.InboundProcessingMode inboundProcessingMode, Callback onOpen, Callback onTextMessage, Callback onBinaryMessage, Callback onPingMessage, Callback onPongMessage, Callback onClose, List<Callback> onErrors) Constructor parameters in io.quarkus.websockets.next.deployment with type arguments of type CallbackModifierConstructorDescription(package private)WebSocketEndpointBuildItem(boolean isClient, io.quarkus.arc.processor.BeanInfo bean, String path, String id, io.quarkus.websockets.next.InboundProcessingMode inboundProcessingMode, Callback onOpen, Callback onTextMessage, Callback onBinaryMessage, Callback onPingMessage, Callback onPongMessage, Callback onClose, List<Callback> onErrors)