Class ReactiveMongoPersistentEntityIndexCreator

java.lang.Object
org.springframework.data.mongodb.core.index.ReactiveMongoPersistentEntityIndexCreator

public class ReactiveMongoPersistentEntityIndexCreator extends Object
Component that inspects MongoPersistentEntity instances contained in the given MongoMappingContext for indexing metadata and ensures the indexes to be available using reactive infrastructure.
Since:
2.1
Author:
Mark Paluch