@Configuration
@Import(value=GeodeClientCacheConfiguration.class)
@EnableConfigurationProperties(value=GeodeRegionProperties.class)
public class GeodeClientRegionConfiguration
extends Object
Client region configuration common to Geode functions. This configures the
'regionName', 'spring.application.name' by default and injects the pool. Also, any
beans of type Interest
will be registered to the client region to control which
keys will be automatically synced to the client. At least one of these is required for
Geode Suppliers.
- Author:
- David Turanski