Annotation Interface EnablePools
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(AddPoolsConfiguration.class)
public @interface EnablePools
The
EnablePools
annotation enables 1 or more GemFire Pools
to be defined and used in a GemFire client cache application configured with Spring (Data GemFire).- Since:
- 1.9.0
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionEnables the definition of multiple GemFirePools
.
-
Element Details
-
pools
EnablePool[] poolsEnables the definition of multiple GemFirePools
.- Default:
- {}
-