public class DiscoveryClientServiceInstanceListSupplier extends Object implements ServiceInstanceListSupplier
ServiceInstanceListSupplier implementation.| Constructor and Description |
|---|
DiscoveryClientServiceInstanceListSupplier(DiscoveryClient delegate,
org.springframework.core.env.Environment environment) |
DiscoveryClientServiceInstanceListSupplier(ReactiveDiscoveryClient delegate,
org.springframework.core.env.Environment environment) |
| Modifier and Type | Method and Description |
|---|---|
Flux<List<ServiceInstance>> |
get() |
String |
getServiceId() |
public DiscoveryClientServiceInstanceListSupplier(DiscoveryClient delegate, org.springframework.core.env.Environment environment)
public DiscoveryClientServiceInstanceListSupplier(ReactiveDiscoveryClient delegate, org.springframework.core.env.Environment environment)
public String getServiceId()
getServiceId in interface ServiceInstanceListSupplierpublic Flux<List<ServiceInstance>> get()
get in interface Supplier<Flux<List<ServiceInstance>>>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.