public class CachingServiceInstanceSupplier extends Object implements ServiceInstanceSupplier
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_INSTANCE_CACHE_NAME
Name of the service cache instance.
|
| Constructor and Description |
|---|
CachingServiceInstanceSupplier(ServiceInstanceSupplier delegate,
org.springframework.cache.CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ServiceInstance> |
get() |
String |
getServiceId() |
public static final String SERVICE_INSTANCE_CACHE_NAME
public CachingServiceInstanceSupplier(ServiceInstanceSupplier delegate, org.springframework.cache.CacheManager cacheManager)
public reactor.core.publisher.Flux<ServiceInstance> get()
get in interface Supplier<reactor.core.publisher.Flux<ServiceInstance>>public String getServiceId()
getServiceId in interface ServiceInstanceSupplierCopyright © 2019 Pivotal Software, Inc.. All rights reserved.