Interface RegionConfigurer

All Superinterfaces:
Configurer<ClientRegionFactoryBean<?,?>>, Ordered
All Known Implementing Classes:
LazyResolvingComposableRegionConfigurer

public interface RegionConfigurer extends Configurer<ClientRegionFactoryBean<?,?>>
The RegionConfigurer interface defines a contract for implementing Objects in order to customize the configuration of Entity-defined Regions when a user annotates her Spring application Configuration Class with EnableEntityDefinedRegions or EnableCachingDefinedRegions.
Since:
2.0.0
Author:
John Blum
See Also: