io.deephaven.kafka.protobuf.DescriptorProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-extensions-kafka Show documentation
Show all versions of deephaven-extensions-kafka Show documentation
Kafka: Integrating Engine tables with Kafka
//
// Copyright (c) 2016-2024 Deephaven Data Labs and Patent Pending
//
package io.deephaven.kafka.protobuf;
/**
* The configuration options for providing a {@link com.google.protobuf.Descriptors.Descriptor}.
*
* @see DescriptorSchemaRegistry
* @see DescriptorMessageClass
*/
public interface DescriptorProvider {
}