suspend fun <T> Mapper<T>.getAwait(primaryKey: List<Any>): T
Suspending version of method io.vertx.cassandra.Mapper.get
primaryKey
- primary key used to retrieve row
Return
NOTE: This function has been automatically generated from io.vertx.cassandra.Mapper using Vert.x codegen.