Interface IndexOperationsAdapter
- All Superinterfaces:
IndexOperations
Adapter for creating synchronous
IndexOperations
.- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexOperationsAdapter
blocking
(ReactiveIndexOperations reactiveIndexOperations) Obtain a blocking variant ofIndexOperations
wrappingReactiveIndexOperations
.Methods inherited from interface org.springframework.data.mongodb.core.index.IndexOperations
alterIndex, dropAllIndexes, dropIndex, ensureIndex, getIndexInfo
-
Method Details
-
blocking
Obtain a blocking variant ofIndexOperations
wrappingReactiveIndexOperations
.- Parameters:
reactiveIndexOperations
- must not be null.- Returns:
- never null
-