You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/index/ReactiveIndexOperations.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -32,14 +32,15 @@ public interface ReactiveIndexOperations {
32
32
* class. If not it will be created.
33
33
*
34
34
* @param indexDefinition must not be {@literal null}.
35
+
* @return a {@link Mono} emitting the name of the index on completion.
0 commit comments