类的使用
org.apache.pulsar.client.impl.schema.AbstractStructSchema
使用AbstractStructSchema的程序包
程序包
说明
Pulsar Client schema.
-
org.apache.pulsar.client.impl.schema中AbstractStructSchema的使用
修饰符和类型类说明classThis is a base schema implementation for Avro Based `Struct` types.classAvroSchema<T>An AVRO schema implementation.classJSONSchema<T>A schema implementation to deal with json data.classProtobufNativeSchema<T extends com.google.protobuf.GeneratedMessageV3>A schema implementation to deal with protobuf generated messages.classProtobufSchema<T extends com.google.protobuf.GeneratedMessageV3>A schema implementation to deal with protobuf generated messages.classStructSchema<T>已过时。 -
org.apache.pulsar.client.impl.schema.generic中AbstractStructSchema的使用
修饰符和类型类说明classA generic avro schema.classA generic json schema.classGeneric ProtobufNative schema.classA generic schema representation for AvroBasedGenericSchema .