Package | Description |
---|---|
com.mongodb.client.model.changestream |
This package contains classes for the change stream api
|
Modifier and Type | Method and Description |
---|---|
UpdateDescription |
ChangeStreamDocument.getUpdateDescription()
Returns the updateDescription
|
Constructor and Description |
---|
ChangeStreamDocument(BsonDocument resumeToken,
MongoNamespace namespace,
TDocument fullDocument,
BsonDocument documentKey,
OperationType operationType,
UpdateDescription updateDescription)
Creates a new instance
|
Copyright © 2018. All rights reserved.