vertx / io.vertx.kotlin.cassandra / cassandraClientOptionsOf

cassandraClientOptionsOf

fun cassandraClientOptionsOf(contactPoints: Map<String, Int>? = null, keyspace: String? = null): CassandraClientOptions

A function providing a DSL for building io.vertx.cassandra.CassandraClientOptions objects.

Eclipse Vert.x Cassandra client options.

Parameters

contactPoints - Adds a contact point to use for the initial connection to the cluster

keyspace - Set the keyspace to use when creating the Cassandra session. Defaults to null.