We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8bdab5 commit a881808Copy full SHA for a881808
driver-core/src/main/com/mongodb/internal/binding/BindingContext.java
@@ -23,5 +23,11 @@
23
* <p>This class is not part of the public API and may be removed or changed at any time</p>
24
*/
25
public interface BindingContext {
26
+
27
+ /**
28
+ * Note: Will return the same operation context if called multiple times.
29
+ *
30
+ * @return the operation context for the binding context.
31
+ */
32
OperationContext getOperationContext();
33
}
0 commit comments