Package io.quarkus.vertx.deployment
Class EventBusConsumer
java.lang.Object
io.quarkus.vertx.deployment.EventBusConsumer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final org.jboss.jandex.DotNameprotected static final org.jboss.jandex.DotNameprotected static final io.quarkus.gizmo.MethodDescriptorprotected static final io.quarkus.gizmo.MethodDescriptorprotected static final io.quarkus.gizmo.MethodDescriptorprotected static final io.quarkus.gizmo.MethodDescriptor -
Method Summary
Modifier and TypeMethodDescription(package private) static StringgenerateInvoker(io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.MethodInfo method, org.jboss.jandex.AnnotationInstance consumeEvent, io.quarkus.gizmo.ClassOutput classOutput) (package private) static voidimplementConstructor(io.quarkus.arc.processor.BeanInfo bean, io.quarkus.gizmo.ClassCreator invokerCreator, io.quarkus.gizmo.FieldCreator beanField, io.quarkus.gizmo.FieldCreator containerField)
-
Field Details
-
WHEN_COMPLETE
protected static final io.quarkus.gizmo.MethodDescriptor WHEN_COMPLETE -
SUBSCRIBE_AS_COMPLETION_STAGE
protected static final io.quarkus.gizmo.MethodDescriptor SUBSCRIBE_AS_COMPLETION_STAGE -
THROWABLE_GET_MESSAGE
protected static final io.quarkus.gizmo.MethodDescriptor THROWABLE_GET_MESSAGE -
THROWABLE_TO_STRING
protected static final io.quarkus.gizmo.MethodDescriptor THROWABLE_TO_STRING -
BLOCKING
protected static final org.jboss.jandex.DotName BLOCKING -
RUN_ON_VIRTUAL_THREAD
protected static final org.jboss.jandex.DotName RUN_ON_VIRTUAL_THREAD
-
-
Method Details
-
generateInvoker
static String generateInvoker(io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.MethodInfo method, org.jboss.jandex.AnnotationInstance consumeEvent, io.quarkus.gizmo.ClassOutput classOutput) -
implementConstructor
static void implementConstructor(io.quarkus.arc.processor.BeanInfo bean, io.quarkus.gizmo.ClassCreator invokerCreator, io.quarkus.gizmo.FieldCreator beanField, io.quarkus.gizmo.FieldCreator containerField)
-