suspend fun CassandraClient.connectAwait(): Unit
Connect to a Cassandra service.
Return
current Cassandra client instance *
suspend fun CassandraClient.connectAwait(keyspace: String): Unit
Connect to a Cassandra service.
keyspace - The name of the keyspace to use for the created connection.
Return
current Cassandra client instance *