public interface ServiceInstanceListSupplier extends Supplier<Flux<List<ServiceInstance>>>
Supplier of lists of ServiceInstance objects.| Modifier and Type | Interface and Description |
|---|---|
static class |
ServiceInstanceListSupplier.FixedServiceInstanceListSupplier |
| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceListSupplier.FixedServiceInstanceListSupplier.Builder |
fixed(org.springframework.core.env.Environment environment) |
String |
getServiceId() |
String getServiceId()
static ServiceInstanceListSupplier.FixedServiceInstanceListSupplier.Builder fixed(org.springframework.core.env.Environment environment)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.