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