Class GenericAvroWriter
- java.lang.Object
-
- org.apache.pulsar.client.impl.schema.generic.GenericAvroWriter
-
- All Implemented Interfaces:
org.apache.pulsar.client.api.schema.SchemaWriter<org.apache.pulsar.client.api.schema.GenericRecord>
public class GenericAvroWriter extends java.lang.Object implements org.apache.pulsar.client.api.schema.SchemaWriter<org.apache.pulsar.client.api.schema.GenericRecord>
-
-
Constructor Summary
Constructors Constructor Description GenericAvroWriter(org.apache.avro.Schema schema)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]write(org.apache.pulsar.client.api.schema.GenericRecord message)
-