public interface ChangeRecordUpdater<K,V>
ChangeRecord while processing the FederatedChangeEvent. Users can implement custom interceptors by extending AbstractFederatedInterceptor and returning a ChangeRecordUpdater in AbstractFederatedInterceptor#getChangeRecordUpdater| Modifier and Type | Method and Description |
|---|---|
void |
update(String sParticipant, String sCacheName, ChangeRecord<K,V> record)
Update the
ChangeRecord. |
void update(String sParticipant, String sCacheName, ChangeRecord<K,V> record)
ChangeRecord.sParticipant - the participant name of the destinationsCacheName - the cache nameChangeRecord<K, - V> the ChangeRecord which includes the details about the change