vertx / io.vertx.kotlin.cassandra / io.vertx.cassandra.CassandraClient / executeAwait

executeAwait

suspend fun CassandraClient.executeAwait(query: String): ResultSet

Execute the query and provide a handler for consuming results.

Parameters

query - the query to execute

resultHandler - handler called when result of execution is present, but can be not fully fetched

Returncurrent
Cassandra client instance *