public class ProtobufSchemaFactory<T extends com.google.protobuf.GeneratedMessageV3> extends BaseStructSchemaFactory<T>
ProtobufSchema.| Constructor and Description |
|---|
ProtobufSchemaFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pulsar.client.api.Schema<T> |
createSchema(org.apache.pulsar.common.schema.SchemaInfo info)
Create the schema by the given info.
|
org.apache.pulsar.common.schema.SchemaType |
type()
The supported schema type for this factory.
|
createTypeInfopublic org.apache.pulsar.common.schema.SchemaType type()
PulsarSchemaFactorypublic org.apache.pulsar.client.api.Schema<T> createSchema(org.apache.pulsar.common.schema.SchemaInfo info)
PulsarSchemaFactoryCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.