public final class ServiceDiscoveryOptions extends Object
| Constructor and Description |
|---|
ServiceDiscoveryOptions() |
ServiceDiscoveryOptions(ServiceDiscoveryOptions other)
ServiceDiscoveryOptions copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceDiscoveryFactory |
discoveryFactory() |
ServiceDiscoveryOptions |
discoveryFactory(ServiceDiscoveryFactory discoveryFactory) |
String |
id() |
ServiceDiscoveryOptions |
id(String id) |
ServiceEndpoint |
serviceEndpoint() |
ServiceDiscoveryOptions |
serviceEndpoint(ServiceEndpoint serviceEndpoint) |
String |
toString() |
public ServiceDiscoveryOptions()
public ServiceDiscoveryOptions(ServiceDiscoveryOptions other)
other - ServiceDiscoveryOptions to copypublic ServiceDiscoveryOptions id(String id)
public String id()
public ServiceDiscoveryOptions serviceEndpoint(ServiceEndpoint serviceEndpoint)
public ServiceEndpoint serviceEndpoint()
public ServiceDiscoveryOptions discoveryFactory(ServiceDiscoveryFactory discoveryFactory)
public ServiceDiscoveryFactory discoveryFactory()
Copyright © 2015–2021. All rights reserved.