Interface IndexConfigurer

All Superinterfaces:
Configurer<IndexFactoryBean>, 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
Author:
John Blum
See Also: