vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.Mapper / getAwait

getAwait

suspend fun <T> Mapper<T>.getAwait(primaryKey: List<Any>): T

Suspending version of method io.vertx.cassandra.Mapper.get

Parameters

primaryKey - primary key used to retrieve row

Return

T

NOTE: This function has been automatically generated from io.vertx.cassandra.Mapper using Vert.x codegen.