Annotation Interface EnableCacheServers
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(AddCacheServersConfiguration.class)
public @interface EnableCacheServers
The
EnableCacheServers
annotation enables 1 or more CacheServers
to be defined and used in a peer cache application configured with Spring (Data GemFire/Geode).- Since:
- 1.9.0
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionEnables the definition of multiple GemFireCacheServers
.
-
Element Details
-
servers
EnableCacheServer[] serversEnables the definition of multiple GemFireCacheServers
.- Default:
- {}
-