Interface ChangeRecordUpdater<K,V>
public interface ChangeRecordUpdater<K,V>
ChangeRecordUpdater allows to update the given
ChangeRecord
while processing the
FederatedChangeEvent
.- Author:
- cl 2014.06.09
-
Method Summary
-
Method Details
-
update
Update theChangeRecord
.- Parameters:
sParticipant
- the participant name of the destinationsCacheName
- the cache namerecord
- the ChangeRecord which includes the details about the change
-