Interface ChangeRecordUpdater<K,V>
-
public interface ChangeRecordUpdater<K,V>
ChangeRecordUpdater allows to update the givenChangeRecord
while processing theFederatedChangeEvent
.- Author:
- cl 2014.06.09
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(String sParticipant, String sCacheName, ChangeRecord<K,V> record)
Update theChangeRecord
.
-
-
-
Method Detail
-
update
void update(String sParticipant, String sCacheName, ChangeRecord<K,V> record)
Update theChangeRecord
.- Parameters:
sParticipant
- the participant name of the destinationsCacheName
- the cache namerecord
- the ChangeRecord which includes the details about the change
-
-