Spring Boot for VMware GemFire
Annotation Interface UseGroups
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(GroupsConfiguration.class)
public @interface UseGroups
The 
UseGroups annotation configures the groups in which the member belongs in an Apache Geode
 distributed system, whether the member is a ClientCache in a client/server topology
 or a peer Cache in a cluster using the P2P topology.- Since:
- 1.0.0
- See Also:
- 
- Documented
- Inherited
- Retention
- Target
- Cache
- ClientCache
- Import
- AliasFor
- GroupsConfiguration
 
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
value- Default:
- {}
 
- 
groups- Default:
- {}
 
 
- 
