Interface ReactiveIndexOperationsProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provider interface to obtain
ReactiveIndexOperations
by MongoDB collection name.- Since:
- 2.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionReturns the operations that can be performed on indexes.
-
Method Details
-
indexOps
Returns the operations that can be performed on indexes.- Parameters:
collectionName
- name of the MongoDB collection, must not be null.- Returns:
- index operations on the named collection
-