Class ServiceInstanceListSuppliers
java.lang.Object
org.springframework.cloud.loadbalancer.support.ServiceInstanceListSuppliers
Utility class for service instance list suppliers.
- Author:
- Spencer Gibb, Olga Maciaszek-Sharma
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServiceInstanceListSupplierstatic org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> toProvider(String serviceId, org.springframework.cloud.client.ServiceInstance... instances)
-
Method Details
-
from
public static ServiceInstanceListSupplier from(String serviceId, org.springframework.cloud.client.ServiceInstance... instances) -
toProvider
public static org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> toProvider(String serviceId, org.springframework.cloud.client.ServiceInstance... instances)
-