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.

@FunctionalInterface public interface ReactiveIndexOperationsProvider
Provider interface to obtain ReactiveIndexOperations by MongoDB collection name.
Since:
2.1
Author:
Mark Paluch
  • Method Summary

    Modifier and Type
    Method
    Description
    indexOps(String collectionName)
    Returns the operations that can be performed on indexes.
  • Method Details

    • indexOps

      ReactiveIndexOperations indexOps(String collectionName)
      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