Interface RegionConfigurer

All Superinterfaces:
Configurer<ClientRegionFactoryBean<?,?>>, org.springframework.core.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
See Also:
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Configuration callback method providing a reference to a ClientRegionFactoryBean used to construct, configure and initialize an instance of a client Region.
    default void
    configure(String beanName, PeerRegionFactoryBean<?,?> bean)
    Configuration callback method providing a reference to a PeerRegionFactoryBean used to construct, configure and initialize an instance of a peer Region.

    Methods inherited from interface org.springframework.data.gemfire.config.annotation.support.Configurer

    getOrder