public interface DiskStoreConfigurer
DiskStoreConfigurer interface defines a contract for implementations to customize the configuration
of a DiskStoreFactoryBean used to construct, configure and initialize a DiskStore.DiskStore,
DiskStoreFactoryBean,
EnableDiskStore,
EnableDiskStores| Modifier and Type | Method and Description |
|---|---|
void |
configure(String beanName,
DiskStoreFactoryBean bean)
Configuration callback method providing a reference to a
DiskStoreFactoryBean used to construct,
configure and initialize an instance of DiskStore. |
void configure(String beanName, DiskStoreFactoryBean bean)
DiskStoreFactoryBean used to construct,
configure and initialize an instance of DiskStore.beanName - name of the DiskStore bean declared in the Spring application context.bean - reference to the DiskStoreFactoryBean.DiskStoreFactoryBeanCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.