public interface ServiceInstanceListSupplier extends Supplier<Flux<List<ServiceInstance>>>
Supplier of lists of ServiceInstance objects.| Modifier and Type | Method and Description |
|---|---|
static ServiceInstanceListSupplierBuilder |
builder() |
default Flux<List<ServiceInstance>> |
get(Request request) |
String |
getServiceId() |
String getServiceId()
default Flux<List<ServiceInstance>> get(Request request)
static ServiceInstanceListSupplierBuilder builder()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.