See: Description
Interface | Description |
---|---|
ConcurrentMetadataStore |
Supports atomic updates to values in the store.
|
MetadataStore |
Strategy interface for storing metadata from certain adapters
to avoid duplicate delivery of messages, for example.
|
Class | Description |
---|---|
PropertiesPersistingMetadataStore |
Properties file-based implementation of
MetadataStore . |
SimpleMetadataStore |
Simple implementation of
MetadataStore that uses an in-memory map only. |