vertx / io.vertx.kotlin.servicediscovery.types

Package io.vertx.kotlin.servicediscovery.types

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.