Interface CanaryFilterAdapter


public interface CanaryFilterAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    getProperties(org.springframework.cloud.client.ServiceInstance serviceInstance)
     
    getServiceName(org.springframework.cloud.client.ServiceInstance serviceInstance)
     
    getVersion(org.springframework.cloud.client.ServiceInstance serviceInstance)
     
  • Method Details

    • getVersion

      String getVersion(org.springframework.cloud.client.ServiceInstance serviceInstance)
    • getServiceName

      String getServiceName(org.springframework.cloud.client.ServiceInstance serviceInstance)
    • getProperties

      Map<String,String> getProperties(org.springframework.cloud.client.ServiceInstance serviceInstance)