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