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 Detail

      • update

        void update​(String sParticipant,
                    String sCacheName,
                    ChangeRecord<K,​V> record)
        Update the ChangeRecord.
        Parameters:
        sParticipant - the participant name of the destination
        sCacheName - the cache name
        record - the ChangeRecord which includes the details about the change