Package org.apache.pekko.discovery
Class ServiceDiscovery.ResolvedTarget
java.lang.Object
org.apache.pekko.discovery.ServiceDiscovery.ResolvedTarget
- All Implemented Interfaces:
NoSerializationVerificationNeeded
- Enclosing class:
- ServiceDiscovery
public static final class ServiceDiscovery.ResolvedTarget
extends Object
implements NoSerializationVerificationNeeded
Resolved target host, with optional port and the IP address.
param: host the hostname or the IP address of the target
param: port optional port number
param: address optional IP address of the target. This is used during cluster bootstap when available.
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedTarget
(String host, scala.Option<Object> port, scala.Option<InetAddress> address) -
Method Summary