Uses of Class
org.apache.pulsar.common.schema.SchemaInfoWithVersion
-
Packages that use SchemaInfoWithVersion Package Description org.apache.pulsar.client.internal Helpers which provide useful functionality for the implementation of Pulsar Client API. -
-
Uses of SchemaInfoWithVersion in org.apache.pulsar.client.internal
Methods in org.apache.pulsar.client.internal with parameters of type SchemaInfoWithVersion Modifier and Type Method Description java.lang.String
PulsarClientImplementationBinding. jsonifySchemaInfoWithVersion(SchemaInfoWithVersion schemaInfoWithVersion)
Jsonify the schema info with version.
-