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 java.lang.Object implements org.apache.pulsar.client.api.schema.SchemaWriter<T>
-
-
Constructor Summary
Constructors Constructor Description AvroWriter(org.apache.avro.Schema schema)AvroWriter(org.apache.avro.Schema schema, boolean jsr310ConversionEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]write(T message)
-