Interface IndexConfigurer

All Superinterfaces:
Configurer<IndexFactoryBean>, org.springframework.core.Ordered
All Known Implementing Classes:
LazyResolvingComposableIndexConfigurer

public interface IndexConfigurer extends Configurer<IndexFactoryBean>
The IndexConfigurer interface defines a contract for implementing Objects in order to customize the configuration of Entity-defined Indexes when a user annotates her Spring application Configuration Class with EnableIndexing.
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 IndexFactoryBean used to construct, configure and initialize an instance of a peer Index.

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

    getOrder