Uses of Class
org.apache.pulsar.client.impl.schema.ProtobufSchema
-
Packages that use ProtobufSchema Package Description org.apache.pulsar.client.impl.schema Pulsar Client schema. -
-
Uses of ProtobufSchema in org.apache.pulsar.client.impl.schema
Methods in org.apache.pulsar.client.impl.schema that return ProtobufSchema Modifier and Type Method Description static <T extends com.google.protobuf.GeneratedMessageV3>
ProtobufSchema<T>ProtobufSchema. of(java.lang.Class<T> pojo)static <T extends com.google.protobuf.GeneratedMessageV3>
ProtobufSchema<T>ProtobufSchema. of(java.lang.Class pojo, java.util.Map<java.lang.String,java.lang.String> properties)static <T> ProtobufSchemaProtobufSchema. of(org.apache.pulsar.client.api.schema.SchemaDefinition<T> schemaDefinition)static <T> ProtobufSchemaProtobufSchema. ofGenericClass(java.lang.Class<T> pojo, java.util.Map<java.lang.String,java.lang.String> properties)
-