object ResolvedTarget
- Source
- ServiceDiscovery.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolvedTarget
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit val addressOrdering: Ordering[ResolvedTarget]
- def apply(host: String, port: [Int], address: [InetAddress]): ResolvedTarget
- host
the hostname or the IP address of the target
- port
optional port number
- address
IP address of the target. This is used during cluster bootstap when available.