Package | Description |
---|---|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Method and Description |
---|---|
private void |
AsyncChangeStreamBatchCursor.resumeableOperation(AsyncChangeStreamBatchCursor.AsyncBlock asyncBlock,
SingleResultCallback<java.util.List<RawBsonDocument>> callback) |
private void |
AsyncChangeStreamBatchCursor.retryOperation(AsyncChangeStreamBatchCursor.AsyncBlock asyncBlock,
SingleResultCallback<java.util.List<RawBsonDocument>> callback) |