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

com.github.moebiussolutions.avro_registry_in_source.SchemaProvider Maven / Gradle / Ivy

The newest version!
package com.github.moebiussolutions.avro_registry_in_source;

import org.apache.avro.Schema;

public interface SchemaProvider {

	/**
	 * Returns a {@link Schema}, null if not found.
	 */
	Schema getSchema(String namespace, String type, long signature);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy