| Package | Description |
|---|---|
| org.apache.curator.x.discovery |
| Modifier and Type | Method and Description |
|---|---|
UriSpec |
ServiceInstance.getUriSpec() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInstanceBuilder<T> |
ServiceInstanceBuilder.uriSpec(UriSpec uriSpec) |
| Constructor and Description |
|---|
ServiceInstance(String name,
String id,
String address,
Integer port,
Integer sslPort,
T payload,
long registrationTimeUTC,
ServiceType serviceType,
UriSpec uriSpec) |
ServiceInstance(String name,
String id,
String address,
Integer port,
Integer sslPort,
T payload,
long registrationTimeUTC,
ServiceType serviceType,
UriSpec uriSpec,
boolean enabled)
IMPORTANT: Due to CURATOR-275 the
enabled field is NOT supported
by default. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.