Skip to content

Commit a881808

Browse files
committed
Update BindingContext Javadoc
1 parent e8bdab5 commit a881808

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

driver-core/src/main/com/mongodb/internal/binding/BindingContext.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,11 @@
2323
* <p>This class is not part of the public API and may be removed or changed at any time</p>
2424
*/
2525
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+
*/
2632
OperationContext getOperationContext();
2733
}

0 commit comments

Comments
 (0)