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
trait Product
trait Equals
class Object
trait Matchable
class Any