Class MetadataStoreListenerAdapter
java.lang.Object
org.springframework.integration.metadata.MetadataStoreListenerAdapter
- All Implemented Interfaces:
MetadataStoreListener
Base implementation for a
MetadataStoreListener. Subclasses may override any of the methods.- Author:
- Marius Bogoevici
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MetadataStoreListenerAdapter
public MetadataStoreListenerAdapter()
-
-
Method Details
-
onAdd
Description copied from interface:MetadataStoreListenerInvoked when a key is added to the store.- Specified by:
onAddin interfaceMetadataStoreListener- Parameters:
key- the key being addedvalue- the value being added
-
onRemove
Description copied from interface:MetadataStoreListenerInvoked when a key is removed from the store.- Specified by:
onRemovein interfaceMetadataStoreListener- Parameters:
key- the key being removedoldValue- the value being removed
-
onUpdate
Description copied from interface:MetadataStoreListenerInvoked when a key is updated into the store.- Specified by:
onUpdatein interfaceMetadataStoreListener- Parameters:
key- the key being updatednewValue- the new value
-