Interface ZoneAwareFilterAdapter


public interface ZoneAwareFilterAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    getAvailableZone(org.springframework.cloud.client.ServiceInstance instance)
     
    getAvailableZone(org.springframework.cloud.client.serviceregistry.Registration registration)
     
    getRegion(org.springframework.cloud.client.ServiceInstance instance)
     
    getRegion(org.springframework.cloud.client.serviceregistry.Registration registration)
     
  • Method Details

    • getRegion

      String getRegion(org.springframework.cloud.client.ServiceInstance instance)
    • getAvailableZone

      String getAvailableZone(org.springframework.cloud.client.ServiceInstance instance)
    • getRegion

      String getRegion(org.springframework.cloud.client.serviceregistry.Registration registration)
    • getAvailableZone

      String getAvailableZone(org.springframework.cloud.client.serviceregistry.Registration registration)