-
Methods Method Description io.quarkus.vertx.web.ReactiveRoutes.asEventStream(Multi<T>) Instead, set the `produces` attribute of theRouteannotation toReactiveRoutes.EVENT_STREAMand return a plain Multi.io.quarkus.vertx.web.ReactiveRoutes.asJsonArray(Multi<T>) Instead, set the `produces` attribute of theRouteannotation toReactiveRoutes.APPLICATION_JSONand return a plain Multi.io.quarkus.vertx.web.ReactiveRoutes.asJsonStream(Multi<T>) Instead, set the `produces` attribute of theRouteannotation toReactiveRoutes.ND_JSONand return a plain Multi.