Package io.quarkus.vertx.deployment
Class EventBusConsumer
- java.lang.Object
-
- io.quarkus.vertx.deployment.EventBusConsumer
-
class EventBusConsumer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.jandex.DotNameBLOCKINGprotected static io.quarkus.gizmo.MethodDescriptorSUBSCRIBE_AS_COMPLETION_STAGEprotected static io.quarkus.gizmo.MethodDescriptorTHROWABLE_GET_MESSAGEprotected static io.quarkus.gizmo.MethodDescriptorTHROWABLE_TO_STRINGprotected static io.quarkus.gizmo.MethodDescriptorWHEN_COMPLETE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (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 Detail
-
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
-
-
Method Detail
-
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)
-
-