Uses of Class
org.apache.pulsar.common.protocol.schema.IsCompatibilityResponse
Packages that use IsCompatibilityResponse
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of IsCompatibilityResponse in org.apache.pulsar.client.admin
Methods in org.apache.pulsar.client.admin that return IsCompatibilityResponseModifier and TypeMethodDescriptionSchemas.testCompatibility
(String topic, PostSchemaPayload schemaPayload) Judge schema compatibility topic.Schemas.testCompatibility
(String topic, org.apache.pulsar.common.schema.SchemaInfo schemaInfo) Judge schema compatibility topic.Methods in org.apache.pulsar.client.admin that return types with arguments of type IsCompatibilityResponseModifier and TypeMethodDescriptionSchemas.testCompatibilityAsync
(String topic, PostSchemaPayload schemaPayload) Judge schema compatibility topic asynchronously.Schemas.testCompatibilityAsync
(String topic, org.apache.pulsar.common.schema.SchemaInfo schemaInfo) Judge schema compatibility topic asynchronously.