class EventBusConsumer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.jandex.DotName |
BLOCKING |
protected static io.quarkus.gizmo.MethodDescriptor |
SUBSCRIBE_AS_COMPLETION_STAGE |
protected static io.quarkus.gizmo.MethodDescriptor |
THROWABLE_GET_MESSAGE |
protected static io.quarkus.gizmo.MethodDescriptor |
THROWABLE_TO_STRING |
protected static io.quarkus.gizmo.MethodDescriptor |
WHEN_COMPLETE |
| Modifier and Type | Method and Description |
|---|---|
(package private) static String |
generateInvoker(io.quarkus.arc.processor.BeanInfo bean,
org.jboss.jandex.MethodInfo method,
org.jboss.jandex.AnnotationInstance consumeEvent,
io.quarkus.gizmo.ClassOutput classOutput) |
(package private) static void |
implementConstructor(io.quarkus.arc.processor.BeanInfo bean,
io.quarkus.gizmo.ClassCreator invokerCreator,
io.quarkus.gizmo.FieldCreator beanField,
io.quarkus.gizmo.FieldCreator containerField) |
protected static final io.quarkus.gizmo.MethodDescriptor WHEN_COMPLETE
protected static final io.quarkus.gizmo.MethodDescriptor SUBSCRIBE_AS_COMPLETION_STAGE
protected static final io.quarkus.gizmo.MethodDescriptor THROWABLE_GET_MESSAGE
protected static final io.quarkus.gizmo.MethodDescriptor THROWABLE_TO_STRING
protected static final org.jboss.jandex.DotName BLOCKING
static String generateInvoker(io.quarkus.arc.processor.BeanInfo bean, org.jboss.jandex.MethodInfo method, org.jboss.jandex.AnnotationInstance consumeEvent, io.quarkus.gizmo.ClassOutput classOutput)
static void implementConstructor(io.quarkus.arc.processor.BeanInfo bean,
io.quarkus.gizmo.ClassCreator invokerCreator,
io.quarkus.gizmo.FieldCreator beanField,
io.quarkus.gizmo.FieldCreator containerField)
Copyright © 2021 JBoss by Red Hat. All rights reserved.