Class NoopServiceInstanceListSupplier
java.lang.Object
org.springframework.cloud.loadbalancer.core.NoopServiceInstanceListSupplier
- All Implemented Interfaces:
Supplier<reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>>>, ServiceInstanceListSupplier
A no-op implementation of
ServiceInstanceListSupplier.- Author:
- Olga Maciaszek-Sharma
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopServiceInstanceListSupplier
public NoopServiceInstanceListSupplier()
-
-
Method Details
-
getServiceId
- Specified by:
getServiceIdin interfaceServiceInstanceListSupplier
-
get
-
get
public reactor.core.publisher.Flux<List<org.springframework.cloud.client.ServiceInstance>> get(org.springframework.cloud.client.loadbalancer.Request request) - Specified by:
getin interfaceServiceInstanceListSupplier
-