Class SimpleMetadataStore

java.lang.Object
org.springframework.integration.metadata.SimpleMetadataStore
All Implemented Interfaces:
ConcurrentMetadataStore, MetadataStore

public class SimpleMetadataStore
extends Object
implements ConcurrentMetadataStore
Simple implementation of MetadataStore that uses a ConcurrentMap for the data store. The metadata may not be persisted across application restarts, if the provided ConcurrentMap is an in-memory instance.
Since:
2.0
Author:
Mark Fisher, Gary Russell, Artem Bilan