Uses of Interface
org.springframework.cloud.stream.schema.registry.avro.AvroSchemaServiceManager
Packages that use AvroSchemaServiceManager
-
Uses of AvroSchemaServiceManager in org.springframework.cloud.stream.schema.registry.avro
Classes in org.springframework.cloud.stream.schema.registry.avro that implement AvroSchemaServiceManagerModifier and TypeClassDescriptionclassDefault Concrete implementation ofAvroSchemaServiceManager.Methods in org.springframework.cloud.stream.schema.registry.avro that return AvroSchemaServiceManagerModifier and TypeMethodDescriptionprotected AvroSchemaServiceManagerAbstractAvroMessageConverter.avroSchemaServiceManager()Methods in org.springframework.cloud.stream.schema.registry.avro with parameters of type AvroSchemaServiceManagerModifier and TypeMethodDescriptionAvroMessageConverterAutoConfiguration.avroSchemaMessageConverter1(SchemaRegistryClient schemaRegistryClient, AvroSchemaServiceManager avroSchemaServiceManager, AvroMessageConverterProperties avroMessageConverterProperties) Constructors in org.springframework.cloud.stream.schema.registry.avro with parameters of type AvroSchemaServiceManagerModifierConstructorDescriptionprotectedAbstractAvroMessageConverter(Collection<org.springframework.util.MimeType> supportedMimeTypes, AvroSchemaServiceManager manager) protectedAbstractAvroMessageConverter(org.springframework.util.MimeType supportedMimeType, AvroSchemaServiceManager avroSchemaServiceManager) AvroSchemaMessageConverter(Collection<org.springframework.util.MimeType> supportedMimeTypes, AvroSchemaServiceManager manager) Create aAvroSchemaMessageConverter.Create aAvroSchemaMessageConverter.AvroSchemaMessageConverter(org.springframework.util.MimeType supportedMimeType, AvroSchemaServiceManager manager) Create aAvroSchemaMessageConverter.AvroSchemaRegistryClientMessageConverter(SchemaRegistryClient schemaRegistryClient, org.springframework.cache.CacheManager cacheManager, AvroSchemaServiceManager manager) Creates a new instance, configuring it withSchemaRegistryClientandCacheManager.