Uses of Interface
org.apache.pulsar.client.api.schema.SchemaWriter
-
Packages that use SchemaWriter Package Description org.apache.pulsar.client.api.schema Schema definitions for Pulsar Client API. -
-
Uses of SchemaWriter in org.apache.pulsar.client.api.schema
Methods in org.apache.pulsar.client.api.schema that return types with arguments of type SchemaWriter Modifier and Type Method Description java.util.Optional<SchemaWriter<T>>
SchemaDefinition. getSchemaWriterOpt()
Get a configured schema writer.Methods in org.apache.pulsar.client.api.schema with parameters of type SchemaWriter Modifier and Type Method Description SchemaDefinitionBuilder<T>
SchemaDefinitionBuilder. withSchemaWriter(SchemaWriter<T> writer)
Set schema writer for serialization of objects.
-