fun CassandraClientOptions(contactPoints: Iterable<String>? = null, port: Int? = null): CassandraClientOptions
A function providing a DSL for building io.vertx.cassandra.CassandraClientOptions objects.
Eclipse Vert.x Cassandra client options.
contactPoints
- Set a list of hosts, where some of cluster nodes is located.
port
- Set which port should be used for all the hosts to connect to a cassandra service.