Class ServiceCombCanaryFilterAdapter
java.lang.Object
com.huaweicloud.servicecomb.discovery.loadbalancer.ServiceCombCanaryFilterAdapter
- All Implemented Interfaces:
CanaryFilterAdapter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperties(org.springframework.cloud.client.ServiceInstance serviceInstance) getServiceName(org.springframework.cloud.client.ServiceInstance serviceInstance) getVersion(org.springframework.cloud.client.ServiceInstance serviceInstance)
-
Field Details
-
VERSION
- See Also:
-
-
Constructor Details
-
ServiceCombCanaryFilterAdapter
public ServiceCombCanaryFilterAdapter()
-
-
Method Details
-
getVersion
- Specified by:
getVersionin interfaceCanaryFilterAdapter
-
getServiceName
- Specified by:
getServiceNamein interfaceCanaryFilterAdapter
-
getProperties
public Map<String,String> getProperties(org.springframework.cloud.client.ServiceInstance serviceInstance) - Specified by:
getPropertiesin interfaceCanaryFilterAdapter
-