ServiceEndpoint

data class ServiceEndpoint(val address: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(address: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The FQDN of the endpoint as described in the config.

Link copied to clipboard
val name: String? = null

The simple name of the endpoint as described in the config.