Class AvroWriter<T>
java.lang.Object
org.apache.pulsar.client.impl.schema.writer.AvroWriter<T>
- All Implemented Interfaces:
org.apache.pulsar.client.api.schema.SchemaWriter<T>
public class AvroWriter<T>
extends Object
implements org.apache.pulsar.client.api.schema.SchemaWriter<T>
-
Constructor Summary
ConstructorsConstructorDescriptionAvroWriter(org.apache.avro.Schema schema) AvroWriter(org.apache.avro.Schema schema, boolean jsr310ConversionEnabled) -
Method Summary
-
Constructor Details
-
AvroWriter
public AvroWriter(org.apache.avro.Schema schema) -
AvroWriter
public AvroWriter(org.apache.avro.Schema schema, boolean jsr310ConversionEnabled)
-
-
Method Details
-
write
- Specified by:
writein interfaceorg.apache.pulsar.client.api.schema.SchemaWriter<T>
-