Example usage for org.springframework.kafka.core KafkaOperations interface-usage

List of usage examples for org.springframework.kafka.core KafkaOperations interface-usage

Introduction

In this page you can find the example usage for org.springframework.kafka.core KafkaOperations interface-usage.

Usage

From source file org.springframework.kafka.core.KafkaTemplate.java

/**
 * A template for executing high-level operations.
 *
 * @param <K> the key type.
 * @param <V> the value type.
 *