Uses of Class
org.springframework.cloud.stream.schema.registry.SchemaReference
Packages that use SchemaReference
Package
Description
-
Uses of SchemaReference in org.springframework.cloud.stream.schema.registry
Methods in org.springframework.cloud.stream.schema.registry that return SchemaReferenceMethods in org.springframework.cloud.stream.schema.registry with parameters of type SchemaReferenceModifier and TypeMethodDescriptionvoidSchemaRegistrationResponse.setSchemaReference(SchemaReference schemaReference) -
Uses of SchemaReference in org.springframework.cloud.stream.schema.registry.client
Methods in org.springframework.cloud.stream.schema.registry.client with parameters of type SchemaReferenceModifier and TypeMethodDescriptionCachingRegistryClient.fetch(SchemaReference schemaReference) ConfluentSchemaRegistryClient.fetch(SchemaReference schemaReference) DefaultSchemaRegistryClient.fetch(SchemaReference schemaReference) SchemaRegistryClient.fetch(SchemaReference schemaReference) Retrieves a schema by its reference (subject and version).