vertx
/
io.vertx.kotlin.ext.mongo
/
io.vertx.ext.mongo.MongoService
/
findAwait
findAwait
suspend
fun
MongoService
.
findAwait
(
collection
:
String
,
query
:
JsonObject
)
:
List
<
JsonObject
>