Class AvroSchemaTestFunction
- java.lang.Object
-
- org.apache.pulsar.functions.api.examples.AvroSchemaTestFunction
-
- All Implemented Interfaces:
org.apache.pulsar.functions.api.Function<AvroTestObject,AvroTestObject>
public class AvroSchemaTestFunction extends java.lang.Object implements org.apache.pulsar.functions.api.Function<AvroTestObject,AvroTestObject>
-
-
Constructor Summary
Constructors Constructor Description AvroSchemaTestFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AvroTestObjectprocess(AvroTestObject input, org.apache.pulsar.functions.api.Context context)
-
-
-
Method Detail
-
process
public AvroTestObject process(AvroTestObject input, org.apache.pulsar.functions.api.Context context) throws java.lang.Exception
- Specified by:
processin interfaceorg.apache.pulsar.functions.api.Function<AvroTestObject,AvroTestObject>- Throws:
java.lang.Exception
-
-