public class AfterDeleteEvent<E> extends RelationalDeleteEvent<E>
Identifier identifier. If the entity is
null or not depends on the delete method used.source| Constructor and Description |
|---|
AfterDeleteEvent(Identifier id,
E instance,
AggregateChange<E> change) |
getAggregateChange, getEntity, getId, getTypegetTimestampgetSource, toStringpublic AfterDeleteEvent(Identifier id, @Nullable E instance, AggregateChange<E> change)
id - of the entity. Must not be null.instance - the deleted entity if it is available. May be null.change - the AggregateChange encoding the actions that were performed on the database as part of the
delete operation. Must not be null.Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.