public interface ServiceMap
| Modifier and Type | Field and Description |
|---|---|
static ServiceMap |
instance
Shared
ServiceMap. |
| Modifier and Type | Method and Description |
|---|---|
String |
endpoint(String service)
Returns the endpoint of a given service.
|
String |
scope()
Returns the associated scope.
|
String |
version()
Returns the release version of the map.
|
static final ServiceMap instance
ServiceMap.String endpoint(String service)
service - the serviceIllegalArgumentException - if the service has no endpoint in the mapIllegalStateException - if the service endpoint cannot be returnedString scope()
IllegalStateException - if the scope of the map cannot be returnedString version()
IllegalStateException - if the version of the map cannot be returnedCopyright © 2020. All Rights Reserved.