Class NoopServiceInstanceListSupplier
- java.lang.Object
-
- org.springframework.cloud.loadbalancer.core.NoopServiceInstanceListSupplier
-
- All Implemented Interfaces:
Supplier<reactor.core.publisher.Flux<List<ServiceInstance>>>,ServiceInstanceListSupplier
public class NoopServiceInstanceListSupplier extends Object implements ServiceInstanceListSupplier
A no-op implementation ofServiceInstanceListSupplier.- Author:
- Olga Maciaszek-Sharma
-
-
Constructor Summary
Constructors Constructor Description NoopServiceInstanceListSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Flux<List<ServiceInstance>>get()reactor.core.publisher.Flux<List<ServiceInstance>>get(Request request)StringgetServiceId()
-
-
-
Method Detail
-
getServiceId
public String getServiceId()
- Specified by:
getServiceIdin interfaceServiceInstanceListSupplier
-
get
public reactor.core.publisher.Flux<List<ServiceInstance>> get()
- Specified by:
getin interfaceSupplier<reactor.core.publisher.Flux<List<ServiceInstance>>>
-
get
public reactor.core.publisher.Flux<List<ServiceInstance>> get(Request request)
- Specified by:
getin interfaceServiceInstanceListSupplier
-
-