@FunctionalInterface public interface AfterLoadCallback<T> extends EntityCallback<T>
EntityCallback
that gets invoked after an aggregate was loaded from the database.Modifier and Type | Method and Description |
---|---|
T |
onAfterLoad(T aggregate)
Entity callback method invoked after an aggregate root was loaded.
|
Copyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.