| Package | Description |
|---|---|
| org.springframework.cloud.schema.registry | |
| org.springframework.cloud.schema.registry.client |
| Modifier and Type | Method and Description |
|---|---|
SchemaRegistrationResponse |
ParsedSchema.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParsedSchema.setRegistration(SchemaRegistrationResponse registration) |
| Modifier and Type | Method and Description |
|---|---|
SchemaRegistrationResponse |
SchemaRegistryClient.register(String subject,
String format,
String schema)
Registers a schema with the remote repository returning the unique identifier
associated with this schema.
|
SchemaRegistrationResponse |
DefaultSchemaRegistryClient.register(String subject,
String format,
String schema) |
SchemaRegistrationResponse |
CachingRegistryClient.register(String subject,
String format,
String schema) |
SchemaRegistrationResponse |
ConfluentSchemaRegistryClient.register(String subject,
String format,
String schema) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.