Interface ServiceInstanceListSupplier
-
- All Superinterfaces:
Supplier<reactor.core.publisher.Flux<List<ServiceInstance>>>
- All Known Implementing Classes:
CachingServiceInstanceListSupplier,DelegatingServiceInstanceListSupplier,DiscoveryClientServiceInstanceListSupplier,HealthCheckServiceInstanceListSupplier,HintBasedServiceInstanceListSupplier,NoopServiceInstanceListSupplier,RequestBasedStickySessionServiceInstanceListSupplier,RetryAwareServiceInstanceListSupplier,SameInstancePreferenceServiceInstanceListSupplier,ZonePreferenceServiceInstanceListSupplier
public interface ServiceInstanceListSupplier extends Supplier<reactor.core.publisher.Flux<List<ServiceInstance>>>
ASupplierof lists ofServiceInstanceobjects.- Since:
- 2.2.0
- Author:
- Olga Maciaszek-Sharma
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ServiceInstanceListSupplierBuilderbuilder()default reactor.core.publisher.Flux<List<ServiceInstance>>get(Request request)StringgetServiceId()
-
-
-
Method Detail
-
getServiceId
String getServiceId()
-
get
default reactor.core.publisher.Flux<List<ServiceInstance>> get(Request request)
-
builder
static ServiceInstanceListSupplierBuilder builder()
-
-