EndpointAddress
final case class EndpointAddress(hostname: Option[String], ip: String, nodeName: Option[String], targetRef: Option[ObjectReference])
EndpointAddress is a tuple that describes single IP address.
- Source:
- EndpointAddress.scala
EndpointAddress is a tuple that describes single IP address.