public class AfterSaveEvent<E> extends MongoMappingEvent<E>
MongoMappingEvent triggered after save of a document.source| Constructor and Description |
|---|
AfterSaveEvent(E source,
org.bson.Document document,
String collectionName)
Creates new
AfterSaveEvent. |
getCollectionName, getDocument, getSourcegetTimestamptoStringpublic AfterSaveEvent(E source, org.bson.Document document, String collectionName)
AfterSaveEvent.source - must not be null.document - must not be null.collectionName - must not be null.Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.