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

Extensions for io.vertx.cassandra.Mapper

deleteAwait

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

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

getAwait

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

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

saveAwait

suspend fun <T> Mapper<T>.saveAwait(entity: T): Unit

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