Package com.liveperson.faas.csds
Class CsdsMapClient
- java.lang.Object
-
- com.liveperson.faas.csds.CsdsMapClient
-
- All Implemented Interfaces:
CsdsClient
public class CsdsMapClient extends Object implements CsdsClient
-
-
Constructor Summary
Constructors Constructor Description CsdsMapClient(Map<String,String> serviceMap)
-
-
-
Method Detail
-
getDomain
public String getDomain(String service) throws CsdsRetrievalException
- Specified by:
getDomainin interfaceCsdsClient- Parameters:
service- whose name is to be retrieved- Returns:
- the base Domain for given service
- Throws:
CsdsRetrievalException- when service that is queried for does not exist
-
-