| Package | Description |
|---|---|
| com.mongodb |
The core mongodb package
|
| com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
| Constructor and Description |
|---|
MongoNamespace(java.lang.String databaseName,
java.lang.String collectionName)
Construct an instance from the given database name and collection name.
|
| Constructor and Description |
|---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
UpdateDescription(java.util.List<java.lang.String> removedFields,
BsonDocument updatedFields)
Creates a new instance
|