vertx / io.vertx.kotlin.servicediscovery.types

Package io.vertx.kotlin.servicediscovery.types

Types

HttpEndpoint

object HttpEndpoint

JDBCDataSource

object JDBCDataSource

MessageSource

object MessageSource

MongoDataSource

object MongoDataSource

RedisDataSource

object RedisDataSource

Functions

HttpLocation

fun HttpLocation(endpoint: String? = null, host: String? = null, port: Int? = null, root: String? = null, ssl: Boolean? = null): HttpLocation

A function providing a DSL for building io.vertx.servicediscovery.types.HttpLocation objects.