| Package | Description |
|---|---|
| org.apache.pulsar.client.admin |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Schemas.createSchema(String topic,
PostSchemaPayload schemaPayload)
Create a schema for a given topic.
|
CompletableFuture<Void> |
Schemas.createSchemaAsync(String topic,
PostSchemaPayload schemaPayload)
Create a schema for a given topic asynchronously.
|
Long |
Schemas.getVersionBySchema(String topic,
PostSchemaPayload schemaPayload)
Find schema version topic.
|
CompletableFuture<Long> |
Schemas.getVersionBySchemaAsync(String topic,
PostSchemaPayload schemaPayload)
Find schema version topic asynchronously.
|
IsCompatibilityResponse |
Schemas.testCompatibility(String topic,
PostSchemaPayload schemaPayload)
Judge schema compatibility topic.
|
CompletableFuture<IsCompatibilityResponse> |
Schemas.testCompatibilityAsync(String topic,
PostSchemaPayload schemaPayload)
Judge schema compatibility topic asynchronously.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.