@FunctionalInterface public interface AfterSaveCallback<T> extends 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–2021 Pivotal Software, Inc.. All rights reserved.