Uses of Interface
io.confluent.kafka.schemaregistry.SchemaProvider
Packages that use SchemaProvider
Package
Description
-
Uses of SchemaProvider in io.confluent.kafka.schemaregistry
Classes in io.confluent.kafka.schemaregistry that implement SchemaProvider -
Uses of SchemaProvider in io.confluent.kafka.schemaregistry.avro
Classes in io.confluent.kafka.schemaregistry.avro that implement SchemaProvider -
Uses of SchemaProvider in io.confluent.kafka.schemaregistry.client
Methods in io.confluent.kafka.schemaregistry.client that return types with arguments of type SchemaProviderMethod parameters in io.confluent.kafka.schemaregistry.client with type arguments of type SchemaProviderModifier and TypeMethodDescriptionstatic SchemaRegistryClientSchemaRegistryClientFactory.newClient(String baseUrls, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders) Constructor parameters in io.confluent.kafka.schemaregistry.client with type arguments of type SchemaProviderModifierConstructorDescriptionCachedSchemaRegistryClient(RestService restService, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders) CachedSchemaRegistryClient(RestService restService, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> configs, Map<String, String> httpHeaders, com.google.common.base.Ticker ticker) CachedSchemaRegistryClient(String baseUrls, int identityMapCapacity, List<SchemaProvider> providers, Map<String, ?> originals) CachedSchemaRegistryClient(String baseUrls, int cacheCapacity, List<SchemaProvider> providers, Map<String, ?> originals, Map<String, String> httpHeaders) MockSchemaRegistryClient(List<SchemaProvider> providers) -
Uses of SchemaProvider in io.confluent.kafka.schemaregistry.testutil
Method parameters in io.confluent.kafka.schemaregistry.testutil with type arguments of type SchemaProviderModifier and TypeMethodDescriptionstatic SchemaRegistryClientMockSchemaRegistry.getClientForScope(String scope, List<SchemaProvider> providers) Get a client for a mocked Schema Registry.