public abstract class DelegatingServiceInstanceListSupplier extends Object implements ServiceInstanceListSupplier, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ServiceInstanceListSupplier that uses a delegate
ServiceInstanceListSupplier instance underneath.ServiceInstanceListSupplier.FixedServiceInstanceListSupplier| Modifier and Type | Field and Description |
|---|---|
protected ServiceInstanceListSupplier |
delegate |
| Constructor and Description |
|---|
DelegatingServiceInstanceListSupplier(ServiceInstanceListSupplier delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
ServiceInstanceListSupplier |
getDelegate() |
String |
getServiceId() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, fixed, fixedprotected final ServiceInstanceListSupplier delegate
public DelegatingServiceInstanceListSupplier(ServiceInstanceListSupplier delegate)
public ServiceInstanceListSupplier getDelegate()
public String getServiceId()
getServiceId in interface ServiceInstanceListSupplierpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2021 Pivotal Software, Inc.. All rights reserved.