Uses of Annotation Interface
io.quarkus.vertx.ConsumeEvent
Packages that use ConsumeEvent
-
Uses of ConsumeEvent in io.quarkus.vertx.runtime
Fields in io.quarkus.vertx.runtime declared as ConsumeEventModifier and TypeFieldDescriptionfinal ConsumeEventEventConsumerInfo.annotationTheConsumeEventannotation declared on the event consumer method.Constructors in io.quarkus.vertx.runtime with parameters of type ConsumeEventModifierConstructorDescriptionEventConsumerInfo(ConsumeEvent annotation, boolean blockingAnnotation, boolean runOnVirtualThreadAnnotation, boolean splitHeadersBodyParams, io.quarkus.runtime.RuntimeValue<jakarta.enterprise.invoke.Invoker<Object, Object>> invoker)