Uses of Interface
org.springframework.cloud.stream.schema.registry.client.SchemaRegistryClient
Packages that use SchemaRegistryClient
Package
Description
-
Uses of SchemaRegistryClient in org.springframework.cloud.stream.schema.registry.avro
Methods in org.springframework.cloud.stream.schema.registry.avro with parameters of type SchemaRegistryClientModifier and TypeMethodDescriptionAvroMessageConverterAutoConfiguration.avroSchemaMessageConverter1(SchemaRegistryClient schemaRegistryClient, AvroSchemaServiceManager avroSchemaServiceManager, AvroMessageConverterProperties avroMessageConverterProperties) Constructors in org.springframework.cloud.stream.schema.registry.avro with parameters of type SchemaRegistryClientModifierConstructorDescriptionAvroSchemaRegistryClientMessageConverter(SchemaRegistryClient schemaRegistryClient, org.springframework.cache.CacheManager cacheManager, AvroSchemaServiceManager manager) Creates a new instance, configuring it withSchemaRegistryClientandCacheManager. -
Uses of SchemaRegistryClient in org.springframework.cloud.stream.schema.registry.client
Classes in org.springframework.cloud.stream.schema.registry.client that implement SchemaRegistryClientModifier and TypeClassDescriptionclassclassclassConstructors in org.springframework.cloud.stream.schema.registry.client with parameters of type SchemaRegistryClient -
Uses of SchemaRegistryClient in org.springframework.cloud.stream.schema.registry.client.config
Methods in org.springframework.cloud.stream.schema.registry.client.config that return SchemaRegistryClientModifier and TypeMethodDescriptionSchemaRegistryClientConfiguration.schemaRegistryClient(SchemaRegistryClientProperties schemaRegistryClientProperties, org.springframework.boot.restclient.RestTemplateBuilder restTemplateBuilder)