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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<org.springframework.cloud.client.ServiceInstance>apply(String serviceId)default List<org.springframework.cloud.client.ServiceInstance>apply(String serviceId, org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler, org.apache.commons.logging.Log log)
-