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

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

Introduction

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

Usage

From source file org.springframework.integration.x.kafka.KafkaTopicMetadataStore.java

/**
 * Implementation of a {@link MetadataStore} that uses a Kafka topic as the underlying support.
 * For its proper functioning, the Kafka server(s) <emphasis>must</emphasis> set
 * {@code log.cleaner.enable=true}.
 *
 * @author Marius Bogoevici