Is it possible in your notify container get the previous version in an update event?
@Notify
@EventDriven
@NotifyType(update = true)
public class TestContainer {
@SpaceDataEvent
void onEvent(final SpaceObject newVersion, final SpaceObject oldVersion) {
}
}
Something like this.
↧