Spring Integration

Package org.springframework.integration.store.metadata

Provides classes supporting metadata stores.

See:
          Description

Interface Summary
MetadataStore Strategy interface for storing metadata from certain adapters to avoid duplicate delivery of messages, for example.
 

Class Summary
PropertiesPersistingMetadataStore Properties file-based implementation of MetadataStore.
SimpleMetadataStore Simple implementation of MetadataStore that uses an in-memory map only.
 

Package org.springframework.integration.store.metadata Description

Provides classes supporting metadata stores.


Spring Integration