All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.apicurio.registry.utils.kafka.ProducerActions Maven / Gradle / Ivy

The newest version!
package io.apicurio.registry.utils.kafka;

import org.apache.kafka.clients.producer.ProducerRecord;
import org.apache.kafka.clients.producer.RecordMetadata;

import java.util.concurrent.CompletableFuture;
import java.util.function.Function;

public interface ProducerActions
        extends Function, CompletableFuture>, AutoCloseable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy