Class DefaultServiceEndpoint
java.lang.Object
cn.sliew.carp.framework.feign.endpoint.DefaultServiceEndpoint
- All Implemented Interfaces:
ServiceEndpoint
Represents a service endpoint URL and name.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultServiceEndpoint
-
DefaultServiceEndpoint
-
-
Method Details
-
getName
Description copied from interface:ServiceEndpointName of the service- Specified by:
getNamein interfaceServiceEndpoint
-
getBaseUrl
Description copied from interface:ServiceEndpointBase API url- Specified by:
getBaseUrlin interfaceServiceEndpoint
-
getConfig
Description copied from interface:ServiceEndpointMisc. config necessary for the service client.- Specified by:
getConfigin interfaceServiceEndpoint
-