Interface ConfigServerInstanceProvider.Function

Enclosing class:
ConfigServerInstanceProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ConfigServerInstanceProvider.Function
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.springframework.cloud.client.ServiceInstance>
    apply(String serviceId)
     
  • Method Details

    • apply

      List<org.springframework.cloud.client.ServiceInstance> apply(String serviceId)