Closed startcodeing closed 4 months ago
cc @cescoffier @jponge
Can you tell me the fully qualified name of the Vert.x class?
I guess the issue is using io.vertx.core.Vertx
and not io.vertx.mutiny.core.Vertx
.
I've checked and the readFile
method in the Mutiny bindings does return a Uni<Buffer>
.
@jponge i think you are right,i shoud use io.vertx.mutiny.core.Vertx instead of io.vertx.core.Vertx,sorry for trouble you guys
i want to fllow the guide of "Using Eclipse Vert.x API from a Quarkus Application" to write a demo,i don't found the method onItem() in the blow picture,i got the latest version of quarkus,