@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 GemFire/Geode).CacheServer
,
AddCacheServersConfiguration
,
CacheServerConfigurer
,
EnableCacheServer
Modifier and Type | Optional Element and Description |
---|---|
EnableCacheServer[] |
servers
Enables the definition of multiple GemFire
CacheServers . |
public abstract EnableCacheServer[] servers
CacheServers
.Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.