Quantcast
Channel: Gigaspaces XAP forum - RSS feed
Viewing all articles
Browse latest Browse all 1486

Get previous on update event

$
0
0
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.

Viewing all articles
Browse latest Browse all 1486

Trending Articles