接口 ServiceInstanceFilter

所有超级接口:
org.springframework.core.Ordered

public interface ServiceInstanceFilter extends org.springframework.core.Ordered
Service Instance Filter interface. When custom service instance list filter, implement this interface and register it as a bean.
作者:
zhangbinhub
  • 字段概要

    从接口继承的字段 org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • 方法概要

    修饰符和类型
    方法
    说明
    List<org.springframework.cloud.client.ServiceInstance>
    filterInstance(org.springframework.cloud.client.loadbalancer.Request<?> request, List<org.springframework.cloud.client.ServiceInstance> serviceInstances)
     

    从接口继承的方法 org.springframework.core.Ordered

    getOrder
  • 方法详细资料

    • filterInstance

      List<org.springframework.cloud.client.ServiceInstance> filterInstance(org.springframework.cloud.client.loadbalancer.Request<?> request, List<org.springframework.cloud.client.ServiceInstance> serviceInstances)