@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=AddCacheServersConfiguration.class) public @interface EnableCacheServers
EnableCacheServers annotation enables 1 or more CacheServers
to be defined and used in a peer cache application configured with Spring (Data Pivotal GemFire/Apache Geode).CacheServer,
AddCacheServersConfiguration,
CacheServerConfigurer,
EnableCacheServer| Modifier and Type | Optional Element and Description |
|---|---|
EnableCacheServer[] |
servers
Enables the definition of multiple Pivotal GemFire
CacheServers. |
public abstract EnableCacheServer[] servers
CacheServers.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.