Endpoint Address
data class EndpointAddress(val hostname: String? = null, val ip: String, val nodeName: String? = null, val targetRef: ObjectReference? = null)
EndpointAddress is a tuple that describes single IP address.
Constructors
Link copied to clipboard
constructor(hostname: String? = null, ip: String, nodeName: String? = null, targetRef: ObjectReference? = null)