Class EventBusConsumer


  • class EventBusConsumer
    extends Object
    • 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)