Uses of Interface
org.apache.pulsar.broker.service.schema.SchemaRegistry
-
Packages that use SchemaRegistry 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 SchemaRegistry in org.apache.pulsar.broker.service.schema
Subinterfaces of SchemaRegistry in org.apache.pulsar.broker.service.schema Modifier and Type Interface Description interfaceSchemaRegistryServiceClasses in org.apache.pulsar.broker.service.schema that implement SchemaRegistry Modifier and Type Class Description classDefaultSchemaRegistryServiceclassSchemaRegistryServiceImpl -
Uses of SchemaRegistry in org.apache.pulsar.broker.service.schema.validator
Classes in org.apache.pulsar.broker.service.schema.validator that implement SchemaRegistry Modifier and Type Class Description classSchemaRegistryServiceWithSchemaDataValidatorASchemaRegistryServicewrapper that validate schema data.
-