Class ServiceInstanceListSuppliers
- java.lang.Object
-
- org.springframework.cloud.loadbalancer.support.ServiceInstanceListSuppliers
-
public final class ServiceInstanceListSuppliers extends Object
Utility class for service instance list suppliers.- Author:
- Spencer Gibb, Olga Maciaszek-Sharma
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ServiceInstanceListSupplierfrom(String serviceId, ServiceInstance... instances)static org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier>toProvider(String serviceId, ServiceInstance... instances)
-
-
-
Method Detail
-
from
public static ServiceInstanceListSupplier from(String serviceId, ServiceInstance... instances)
-
toProvider
public static org.springframework.beans.factory.ObjectProvider<ServiceInstanceListSupplier> toProvider(String serviceId, ServiceInstance... instances)
-
-