Example usage for org.springframework.integration.metadata ConcurrentMetadataStore interface-usage

List of usage examples for org.springframework.integration.metadata ConcurrentMetadataStore interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.metadata ConcurrentMetadataStore interface-usage.

Usage

From source file org.springframework.integration.metadata.PropertiesPersistingMetadataStore.java

/**
 * Properties file-based implementation of {@link MetadataStore}. To avoid conflicts
 * each instance should be constructed with the unique key from which unique file name
 * will be generated.
 * By default, the properties file will be
 * {@code 'java.io.tmpdir' +  "/spring-integration/metadata-store.properties"},

From source file org.springframework.integration.aws.metadata.DynamoDbMetaDataStore.java

/**
 * The {@link ConcurrentMetadataStore} for the {@link AmazonDynamoDB}.
 *
 * @author Artem Bilan
 *
 * @since 1.1