public class AfterDeleteEvent<T> extends AbstractDeleteEvent<T>
Document held in the event
will be the query document after it has been mapped onto the domain type handled.source| Constructor and Description |
|---|
AfterDeleteEvent(org.bson.Document document,
Class<T> type,
String collectionName)
Creates a new
AfterDeleteEvent for the given Document, type and collectionName. |
getTypegetCollectionName, getDocument, getSourcegetTimestamptoStringpublic AfterDeleteEvent(org.bson.Document document,
@Nullable
Class<T> type,
String collectionName)
AfterDeleteEvent for the given Document, type and collectionName.dbo - must not be null.type - may be null.collectionName - must not be null.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.