Uses of Interface
org.apache.pulsar.broker.service.schema.SchemaRegistryService
-
Packages that use SchemaRegistryService Package Description org.apache.pulsar.broker.service.schema Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.pulsar.broker.service.schema.validator Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of SchemaRegistryService in org.apache.pulsar.broker.service.schema
Classes in org.apache.pulsar.broker.service.schema that implement SchemaRegistryService Modifier and Type Class Description classDefaultSchemaRegistryServiceclassSchemaRegistryServiceImplMethods in org.apache.pulsar.broker.service.schema that return SchemaRegistryService Modifier and Type Method Description static SchemaRegistryServiceSchemaRegistryService. create(org.apache.pulsar.common.protocol.schema.SchemaStorage schemaStorage, java.util.Set<java.lang.String> schemaRegistryCompatibilityCheckers) -
Uses of SchemaRegistryService in org.apache.pulsar.broker.service.schema.validator
Classes in org.apache.pulsar.broker.service.schema.validator that implement SchemaRegistryService Modifier and Type Class Description classSchemaRegistryServiceWithSchemaDataValidatorASchemaRegistryServicewrapper that validate schema data.Methods in org.apache.pulsar.broker.service.schema.validator with parameters of type SchemaRegistryService Modifier and Type Method Description static SchemaRegistryServiceWithSchemaDataValidatorSchemaRegistryServiceWithSchemaDataValidator. of(SchemaRegistryService service)
-