Interface CacheServerConfigurer
- All Superinterfaces:
Configurer<CacheServerFactoryBean>
,org.springframework.core.Ordered
- All Known Implementing Classes:
LazyResolvingComposableCacheServerConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CacheServerConfigurer
extends Configurer<CacheServerFactoryBean>
The
CacheServerConfigurer
interface defines a contract for implementing Objects
in order to
customize the configuration of a CacheServerFactoryBean
used to construct, configure and initialize
an instance of CacheServer
.- Since:
- 2.0.0
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Method Summary
Methods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer
configure, getOrder