Uses of Enum Class
io.quarkus.websockets.next.deployment.Callback.Target
Packages that use Callback.Target
-
Uses of Callback.Target in io.quarkus.websockets.next.deployment
Fields in io.quarkus.websockets.next.deployment declared as Callback.TargetMethods in io.quarkus.websockets.next.deployment that return Callback.TargetModifier and TypeMethodDescriptionCallbackArgument.ParameterContext.callbackTarget()static Callback.TargetReturns the enum constant of this class with the specified name.static Callback.Target[]Callback.Target.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.websockets.next.deployment with parameters of type Callback.TargetModifier and TypeMethodDescription(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 Callback.TargetModifierConstructorDescriptionCallback(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)