@FunctionalInterface public interface AfterSaveCallback<T> extends org.springframework.data.mapping.callback.EntityCallback<T>
EntityCallback that gets invoked after an aggregate was saved.| Modifier and Type | Method and Description |
|---|---|
T |
onAfterSave(T aggregate)
Entity callback method invoked after an aggregate root was persisted.
|
Copyright © 2017–2023 Pivotal Software, Inc.. All rights reserved.