void |
Schemas.createSchema(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Create a schema for a given topic.
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
Schemas.createSchemaAsync(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Create a schema for a given topic asynchronously.
|
java.lang.Long |
Schemas.getVersionBySchema(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Find schema version topic.
|
java.util.concurrent.CompletableFuture<java.lang.Long> |
Schemas.getVersionBySchemaAsync(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Find schema version topic asynchronously.
|
IsCompatibilityResponse |
Schemas.testCompatibility(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Judge schema compatibility topic.
|
java.util.concurrent.CompletableFuture<IsCompatibilityResponse> |
Schemas.testCompatibilityAsync(java.lang.String topic,
PostSchemaPayload schemaPayload) |
Judge schema compatibility topic asynchronously.
|